Udostępnij za pośrednictwem


Właściwość GraphSchema.Schemas —

Zwraca listę dziecka schematów, które są zawarte w tym schemacie (z wyłączeniem podrzędne).

Przestrzeń nazw:  Microsoft.VisualStudio.GraphModel
Zestaw:  Microsoft.VisualStudio.GraphModel (w Microsoft.VisualStudio.GraphModel.dll)

Składnia

'Deklaracja
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> with get
function get Schemas () : IEnumerable<GraphSchema>

Wartość właściwości

Typ: IEnumerable<GraphSchema>

Zabezpieczenia programu .NET Framework

Zobacz też

Informacje

GraphSchema Klasa

Przestrzeń nazw Microsoft.VisualStudio.GraphModel