GraphUndoUnit::RemoveNode Method (GraphNode^)

 

Called during Apply if a node has to be removed from to the graph.

You can override this but you must call base.RemoveNode.

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

protected:
virtual void RemoveNode(
	GraphNode^ node
)

Parameters

node
Type: Microsoft.VisualStudio.GraphModel::GraphNode^

The node being added

Return to top
Show: