GraphUndoUnit::ApplyToNode Method (GraphNode^, GraphNode^)

 

Applies any property or category changes on the original node to the input node.

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

public:
void ApplyToNode(
	GraphNode^ originalNode,
	GraphNode^ node
)

Parameters

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

The original node that was changed.

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

The input node that the changes should be applied to.

Return to top
Show: