Proprietà Graph.AllSchemas

Restituisce un elenco di tutti gli schemi noti univoci.

Spazio dei nomi:  Microsoft.VisualStudio.GraphModel
Assembly:  Microsoft.VisualStudio.GraphModel (in Microsoft.VisualStudio.GraphModel.dll)

Sintassi

'Dichiarazione
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>
function get AllSchemas () : IEnumerable<GraphSchema>

Valore proprietà

Tipo: System.Collections.Generic.IEnumerable<GraphSchema>

Sicurezza di .NET Framework

Vedere anche

Riferimenti

Graph Classe

Spazio dei nomi Microsoft.VisualStudio.GraphModel