Поделиться через


Graph.Schemas - свойство

Набор схем, связанных с графом

Пространство имен:  Microsoft.VisualStudio.GraphModel
Сборка:  Microsoft.VisualStudio.GraphModel (в Microsoft.VisualStudio.GraphModel.dll)

Синтаксис

'Декларация
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>

Значение свойства

Тип: System.Collections.Generic.IEnumerable<GraphSchema>

Безопасность платформы .NET Framework

См. также

Ссылки

Graph Класс

Microsoft.VisualStudio.GraphModel - пространство имен