GraphObject.DocumentSchema 属性

从此关系图的所有者获取文档本地模式。

命名空间:  Microsoft.VisualStudio.GraphModel
程序集:  Microsoft.VisualStudio.GraphModel(在 Microsoft.VisualStudio.GraphModel.dll 中)

语法

声明
Public Overridable ReadOnly Property DocumentSchema As GraphSchema
public virtual GraphSchema DocumentSchema { get; }
public:
virtual property GraphSchema^ DocumentSchema {
    GraphSchema^ get ();
}
abstract DocumentSchema : GraphSchema with get 
override DocumentSchema : GraphSchema with get
function get DocumentSchema () : GraphSchema

属性值

类型:Microsoft.VisualStudio.GraphModel.GraphSchema

.NET Framework 安全性

请参阅

参考

GraphObject 类

Microsoft.VisualStudio.GraphModel 命名空间