GraphUndoUnit::ApplyToNode Method (GraphNode^, GraphNode^)
Visual Studio 2015
Applies any property or category changes on the original node to the input node.
Assembly: Microsoft.VisualStudio.GraphModel (in Microsoft.VisualStudio.GraphModel.dll)
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.
Show: