Condividi tramite


Proprietà GraphSchema.Schemas

Restituisce un elenco degli schemi figlio contenuti in questo schema (a esclusione dei nipoti).

Spazio dei nomi:  Microsoft.VisualStudio.GraphModel
Assembly:  Microsoft.VisualStudio.GraphModel (in Microsoft.VisualStudio.GraphModel.dll)

Sintassi

'Dichiarazione
Public ReadOnly Property Schemas As IEnumerable(Of GraphSchema)
public IEnumerable<GraphSchema> Schemas { get; }
public:
property IEnumerable<GraphSchema^>^ Schemas {
    IEnumerable<GraphSchema^>^ get ();
}
member Schemas : IEnumerable<GraphSchema>
function get Schemas () : IEnumerable<GraphSchema>

Valore proprietà

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

Sicurezza di .NET Framework

Vedere anche

Riferimenti

GraphSchema Classe

Spazio dei nomi Microsoft.VisualStudio.GraphModel