GraphNode::Copy Method (GraphNodeId^)

 

Clones a Node, including all properties, and clones new Links from the original Node's Links

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

public:
GraphNode^ Copy(
	GraphNodeId^ newNodeId
)

Parameters

newNodeId
Type: Microsoft.VisualStudio.GraphModel::GraphNodeId^

New Node's Id

Return Value

Type: Microsoft.VisualStudio.GraphModel::GraphNode^

The new Node

Return to top
Show: