Sdílet prostřednictvím


Graph.AllSchemas – vlastnost

Vrátí seznam všech jedinečných známé schémat.

Obor názvů:  Microsoft.VisualStudio.GraphModel
Sestavení:  Microsoft.VisualStudio.GraphModel (v Microsoft.VisualStudio.GraphModel.dll)

Syntaxe

'Deklarace
Public ReadOnly Property AllSchemas As IEnumerable(Of GraphSchema)
public IEnumerable<GraphSchema> AllSchemas { get; }
public:
property IEnumerable<GraphSchema^>^ AllSchemas {
    IEnumerable<GraphSchema^>^ get ();
}
member AllSchemas : IEnumerable<GraphSchema> with get
function get AllSchemas () : IEnumerable<GraphSchema>

Hodnota vlastnosti

Typ: IEnumerable<GraphSchema>

Zabezpečení rozhraní .NET Framework

Viz také

Referenční dokumentace

Graph Třída

Microsoft.VisualStudio.GraphModel – obor názvů