Graph.AllSchemas (Propiedad)

Devuelve una lista de todos los esquemas conocidos únicos.

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

Sintaxis

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

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)