ModelStore.Instances<T> Method
Namespace: Microsoft.VisualStudio.ArchitectureTools.Extensibility.Uml
Assembly: Microsoft.VisualStudio.ArchitectureTools.Extensibility (in Microsoft.VisualStudio.ArchitectureTools.Extensibility.dll)
Syntax
'Declaration
Public Function Instances(Of T As IElement) As IEnumerable(Of T)
public IEnumerable<T> Instances<T>()
where T : IElement
public:
generic<typename T>
where T : IElement
virtual IEnumerable<T>^ Instances() sealed
abstract Instances : unit -> IEnumerable<'T> when 'T : IElement
override Instances : unit -> IEnumerable<'T> when 'T : IElement
JScript does not support generic types or methods.
Type Parameters
- T
Return Value
Type: System.Collections.Generic.IEnumerable<T>
Implements
.NET Framework Security
- Full trust for the immediate caller. This member cannot be used by partially trusted code. For more information, see Using Libraries from Partially Trusted Code.
See Also
Reference
Microsoft.VisualStudio.ArchitectureTools.Extensibility.Uml Namespace