GraphUndoUnit.AddNode(GraphNode) Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Called during Apply if a node needs to be added back to the graph. You can override this but you must call base.AddNode.
protected:
virtual void AddNode(Microsoft::VisualStudio::GraphModel::GraphNode ^ node);
protected virtual void AddNode (Microsoft.VisualStudio.GraphModel.GraphNode node);
abstract member AddNode : Microsoft.VisualStudio.GraphModel.GraphNode -> unit
override this.AddNode : Microsoft.VisualStudio.GraphModel.GraphNode -> unit
Protected Overridable Sub AddNode (node As GraphNode)
Parameters
- node
- GraphNode
The node being added