Graph::RenameNode Method (GraphNodeId^, GraphNodeId^)

 

Renames a Node in the Graph (clones to new Node and removed original).

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

public:
GraphNode^ RenameNode(
	GraphNodeId^ originalNodeId,
	GraphNodeId^ targetNodeId
)

Parameters

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

ID of the Node to rename.

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

ID of the new Node.

Return Value

Type: Microsoft.VisualStudio.GraphModel::GraphNode^

The new node with the new ID (all other properties and categories copied from original, including all Links).

Return to top
Show: