Freigeben über


Graph.AllSchemas-Eigenschaft

Gibt eine Liste aller bekannten eindeutigen Schemas zurück.

Namespace:  Microsoft.VisualStudio.GraphModel
Assembly:  Microsoft.VisualStudio.GraphModel (in Microsoft.VisualStudio.GraphModel.dll)

Syntax

'Declaration
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>

Eigenschaftswert

Typ: IEnumerable<GraphSchema>

.NET Framework-Sicherheit

Siehe auch

Referenz

Graph Klasse

Microsoft.VisualStudio.GraphModel-Namespace