IModelStore.Instances<T> Method ()
All elements in the model store that have the specified type T, which should not be abstract.
Namespace: Microsoft.VisualStudio.ArchitectureTools.Extensibility.Uml
Assembly: Microsoft.VisualStudio.ArchitectureTools.Extensibility (in Microsoft.VisualStudio.ArchitectureTools.Extensibility.dll)
Syntax
IEnumerable<T> Instances<T>()
where T : IElement
generic<typename T>
where T : IElement
IEnumerable<T>^ Instances()
abstract Instances<'T when 'T : IElement> : unit -> IEnumerable<'T>
Function Instances(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