Graph::RenameNode Method (String^, String^)
Visual Studio 2015
Renames a Node in the Graph (clones to new Node and removed original).
Assembly: Microsoft.VisualStudio.GraphModel (in Microsoft.VisualStudio.GraphModel.dll)
Parameters
- originalNodeId
-
Type:
System::String^
ID of the node to rename.
- targetNodeId
-
Type:
System::String^
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).
Show: