GraphObject 构造函数 (Graph)

受保护的可批注构造函数

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

语法

声明
Protected Sub New ( _
    owner As Graph _
)
protected GraphObject(
    Graph owner
)
protected:
GraphObject(
    Graph^ owner
)
new : 
        owner:Graph -> GraphObject
protected function GraphObject(
    owner : Graph
)

参数

.NET Framework 安全性

请参见

参考

GraphObject 类

GraphObject 重载

Microsoft.VisualStudio.GraphModel 命名空间