Share via


ModelStore.AllInstances<T> Method ()

 

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

Syntax

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

Return Value

Type: System.Collections.Generic.IEnumerable<T>

Type Parameters

  • T

See Also

ModelStore Class
Microsoft.VisualStudio.ArchitectureTools.Extensibility.Uml Namespace

Return to top