IModelStore::AllInstances<T> Method ()

 

All elements in the model store that belong to the specified type T or one of its subtypes.

Namespace:   Microsoft.VisualStudio.ArchitectureTools.Extensibility.Uml
Assembly:  Microsoft.VisualStudio.ArchitectureTools.Extensibility (in Microsoft.VisualStudio.ArchitectureTools.Extensibility.dll)

generic<typename T>
where T : IElement
IEnumerable<T>^ AllInstances()

Type Parameters

T

IElement or one of its subtypes.

Return to top
Show: