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)
Syntax
IEnumerable<T> AllInstances<T>()
where T : IElement
generic<typename T>
where T : IElement
IEnumerable<T>^ AllInstances()
abstract AllInstances<'T when 'T : IElement> : unit -> IEnumerable<'T>
Function AllInstances(Of T As IElement) As IEnumerable(Of T)
Return Value
Type: System.Collections.Generic.IEnumerable<T>
Type Parameters
- T
IElement or one of its subtypes.
See Also
IModelStore Interface
Microsoft.VisualStudio.ArchitectureTools.Extensibility.Uml Namespace
Return to top