This property provides access to the MetaItems class for all metaitems.
Parameters
Data type: SACollection
Read-only
Example
Dim coll As SACollection, i As Integer Set coll = sa.Encyclopedia.metamodel.MetaClasses For i = 1 To coll.Count Debug.Print coll.Item(i).MetaItems.Count Next i