GraphUndoUnit.ApplyToNode(GraphNode, 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.
Applies any property or category changes on the original node to the input node.
public:
void ApplyToNode(Microsoft::VisualStudio::GraphModel::GraphNode ^ originalNode, Microsoft::VisualStudio::GraphModel::GraphNode ^ node);
public void ApplyToNode (Microsoft.VisualStudio.GraphModel.GraphNode originalNode, Microsoft.VisualStudio.GraphModel.GraphNode node);
member this.ApplyToNode : Microsoft.VisualStudio.GraphModel.GraphNode * Microsoft.VisualStudio.GraphModel.GraphNode -> unit
Public Sub ApplyToNode (originalNode As GraphNode, node As GraphNode)
Parameters
- originalNode
- GraphNode
The original node that was changed.
- node
- GraphNode
The input node that the changes should be applied to.