GraphDataObject Constructor (Graph^, Guid)

 

Construct new GraphDataObject

Namespace:   Microsoft.VisualStudio.GraphModel
Assembly:  Microsoft.VisualStudio.GraphModel (in Microsoft.VisualStudio.GraphModel.dll)

public:
GraphDataObject(
	Graph^ graph,
	Guid sourceId
)

Parameters

graph
Type: Microsoft.VisualStudio.GraphModel::Graph^

The graph to serialize

sourceId
Type: System::Guid

The source Id of the Graph.

Return to top
Show: