GraphUndoUnit.RemoveNode(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 removed from to the graph. You can override this but you must call base.RemoveNode.
protected:
virtual void RemoveNode(Microsoft::VisualStudio::GraphModel::GraphNode ^ node);
protected virtual void RemoveNode (Microsoft.VisualStudio.GraphModel.GraphNode node);
abstract member RemoveNode : Microsoft.VisualStudio.GraphModel.GraphNode -> unit
override this.RemoveNode : Microsoft.VisualStudio.GraphModel.GraphNode -> unit
Protected Overridable Sub RemoveNode (node As GraphNode)
Parameters
- node
- GraphNode
The node being added