Compartilhar via


Propriedade Graph.Schemas

O conjunto de esquemas associados ao gráfico

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

Sintaxe

'Declaração
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>

Valor de propriedade

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

Segurança do .NET Framework

Consulte também

Referência

Graph Classe

Namespace Microsoft.VisualStudio.GraphModel