共用方式為


Graph.AllSchemas 屬性

傳回所有唯一的已知的結構描述名稱清單。

命名空間:  Microsoft.VisualStudio.GraphModel
組件:  Microsoft.VisualStudio.GraphModel (在 Microsoft.VisualStudio.GraphModel.dll 中)

語法

'宣告
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> with get
function get AllSchemas () : IEnumerable<GraphSchema>

屬性值

類型:IEnumerable<GraphSchema>

.NET Framework 安全性

請參閱

參考

Graph 類別

Microsoft.VisualStudio.GraphModel 命名空間