共用方式為


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 命名空間