GraphUndoUnit::AddNode Method (GraphNode^)
Visual Studio 2015
Called during Apply if a node has to be added back to the graph.
You can override this but you must call base.AddNode.
Assembly: Microsoft.VisualStudio.GraphModel (in Microsoft.VisualStudio.GraphModel.dll)
Parameters
- node
-
Type:
Microsoft.VisualStudio.GraphModel::GraphNode^
The node being added
Show: