Partager via


Graph.AllSchemas, propriété

Retourne une liste de tous les seuls schémas connus.

Espace de noms :  Microsoft.VisualStudio.GraphModel
Assembly :  Microsoft.VisualStudio.GraphModel (dans Microsoft.VisualStudio.GraphModel.dll)

Syntaxe

'Déclaration
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>

Valeur de propriété

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

Sécurité .NET Framework

Voir aussi

Référence

Graph Classe

Microsoft.VisualStudio.GraphModel, espace de noms