Partager via


Graph.Schemas, propriété

L'ensemble des schémas associés avec le Graphique

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

Syntaxe

'Déclaration
Public ReadOnly Property Schemas As IEnumerable(Of GraphSchema)
    Get
public IEnumerable<GraphSchema> Schemas { get; }
public:
property IEnumerable<GraphSchema^>^ Schemas {
    IEnumerable<GraphSchema^>^ get ();
}
member Schemas : IEnumerable<GraphSchema>
function get Schemas () : 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