Share via


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

.NET Framework Security

See Also

Reference

GraphUndoUnit Class

Microsoft.VisualStudio.GraphModel Namespace