Share via


ModelStore.Instances<T> Method ()

 

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

Syntax

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