GraphUndoUnit.ApplyToNode Method
[This documentation is for preview only, and is subject to change in later releases. Blank topics are included as placeholders.]
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)
Syntax
'Declaration
Public Sub ApplyToNode ( _
originalNode As GraphNode, _
node As GraphNode _
)
public void ApplyToNode(
GraphNode originalNode,
GraphNode node
)
public:
void ApplyToNode(
GraphNode^ originalNode,
GraphNode^ node
)
member ApplyToNode :
originalNode:GraphNode *
node:GraphNode -> unit
public function ApplyToNode(
originalNode : GraphNode,
node : GraphNode
)
Parameters
originalNode
Type: Microsoft.VisualStudio.GraphModel.GraphNodeThe original node that was changed.
node
Type: Microsoft.VisualStudio.GraphModel.GraphNodeThe input node that the changes should be applied to.
.NET Framework Security
- Full trust for the immediate caller. This member cannot be used by partially trusted code. For more information, see Using Libraries from Partially Trusted Code.