ModelStore.AllInstances<T> Method

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

Syntax

'Declaration
Public Function AllInstances(Of T As IElement) As IEnumerable(Of T)
public IEnumerable<T> AllInstances<T>()
where T : IElement
public:
generic<typename T>
where T : IElement
virtual IEnumerable<T>^ AllInstances() sealed
abstract AllInstances : unit -> IEnumerable<'T>  when 'T : IElement
override AllInstances : 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>

.NET Framework Security

See Also

Reference

ModelStore Class

Microsoft.VisualStudio.ArchitectureTools.Extensibility.Uml Namespace