Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
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