Sdílet prostřednictvím


IModelStore.AllInstances<T> – metoda

Všechny prvky modelu úložiště patřící do zadaného typu t nebo jeden z jeho podtypů.

Obor názvů:  Microsoft.VisualStudio.ArchitectureTools.Extensibility.Uml
Sestavení:  Microsoft.VisualStudio.ArchitectureTools.Extensibility (v Microsoft.VisualStudio.ArchitectureTools.Extensibility.dll)

Syntaxe

'Deklarace
Function AllInstances(Of T As IElement) As IEnumerable(Of T)
IEnumerable<T> AllInstances<T>()
where T : IElement
generic<typename T>
where T : IElement
IEnumerable<T>^ AllInstances()
abstract AllInstances : unit -> IEnumerable<'T>  when 'T : IElement
Jazyk JScript nepodporuje obecné typy a metody.

Parametry typu

  • T
    IElement nebo jeden z jeho podtypů.

Vrácená hodnota

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

Zabezpečení rozhraní .NET Framework

Viz také

Odkaz

IModelStore Rozhraní

Microsoft.VisualStudio.ArchitectureTools.Extensibility.Uml – obor názvů