GraphUndoUnit.AddNode Method
[This documentation is for preview only, and is subject to change in later releases. Blank topics are included as placeholders.]
Called during Apply if a node has to be added back to the graph.
You can override this but you must call base.AddNode.
Namespace: Microsoft.VisualStudio.GraphModel
Assembly: Microsoft.VisualStudio.GraphModel (in Microsoft.VisualStudio.GraphModel.dll)
Syntax
'Declaration
Protected Overridable Sub AddNode ( _
node As GraphNode _
)
protected virtual void AddNode(
GraphNode node
)
protected:
virtual void AddNode(
GraphNode^ node
)
abstract AddNode :
node:GraphNode -> unit
override AddNode :
node:GraphNode -> unit
protected function AddNode(
node : GraphNode
)
Parameters
node
Type: Microsoft.VisualStudio.GraphModel.GraphNodeThe node being added
.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.