Partilhar via


Propriedade Graph.AllSchemas

Retorna uma lista de todos os esquemas conhecidos exclusivos.

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

Sintaxe

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

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

Segurança do .NET Framework

Consulte também

Referência

Graph Classe

Namespace Microsoft.VisualStudio.GraphModel