GraphDataObject 构造函数

构建新的 GraphDataObject

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

语法

声明
Public Sub New ( _
    graph As Graph, _
    sourceId As Guid _
)
public GraphDataObject(
    Graph graph,
    Guid sourceId
)
public:
GraphDataObject(
    Graph^ graph, 
    Guid sourceId
)
new : 
        graph:Graph * 
        sourceId:Guid -> GraphDataObject
public function GraphDataObject(
    graph : Graph, 
    sourceId : Guid
)

参数

.NET Framework 安全性

请参见

参考

GraphDataObject 类

Microsoft.VisualStudio.GraphModel 命名空间