Compartir a través de


Graph.Schemas (Propiedad)

Conjunto de esquemas asociados al gráfico

Espacio de nombres:  Microsoft.VisualStudio.GraphModel
Ensamblado:  Microsoft.VisualStudio.GraphModel (en Microsoft.VisualStudio.GraphModel.dll)

Sintaxis

'Declaración
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 propiedad

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

Seguridad de .NET Framework

Vea también

Referencia

Graph Clase

Microsoft.VisualStudio.GraphModel (Espacio de nombres)