Graph.DocumentSchema 属性

定义

获取图形的文档架构,其中包含序列化程序发现的、尚未在通过 AddSchema 注册的架构中定义的所有属性和类别。 不返回 null。

public:
 virtual property Microsoft::VisualStudio::GraphModel::GraphSchema ^ DocumentSchema { Microsoft::VisualStudio::GraphModel::GraphSchema ^ get(); };
[System.Diagnostics.DebuggerBrowsable(System.Diagnostics.DebuggerBrowsableState.Never)]
public override Microsoft.VisualStudio.GraphModel.GraphSchema DocumentSchema { get; }
[<System.Diagnostics.DebuggerBrowsable(System.Diagnostics.DebuggerBrowsableState.Never)>]
member this.DocumentSchema : Microsoft.VisualStudio.GraphModel.GraphSchema
Public Overrides ReadOnly Property DocumentSchema As GraphSchema

属性值

GraphSchema
属性

适用于