ActiveDatabaseSoftware.ActiveQueryBuilder Namespace > MetadataStructureItem Class > GetAllItems Method : GetAllItems(MetadataType) Method |
'Declaration Public Overloads Function GetAllItems( _ ByVal type As MetadataType _ ) As System.Collections.Generic.List(Of MetadataStructureItem)
'Usage Dim instance As MetadataStructureItem Dim type As MetadataType Dim value As System.Collections.Generic.List(Of MetadataStructureItem) value = instance.GetAllItems(type)
public System.Collections.Generic.List<MetadataStructureItem> GetAllItems( MetadataType type )
public: System.Collections.Generic.List<MetadataStructureItem*>* GetAllItems( MetadataType type )