GraphUndoManager<T>.Add Method (T)

 

Pushes the specified undo unit onto the undo stack.

Namespace:   Microsoft.VisualStudio.GraphModel
Assembly:  Microsoft.VisualStudio.GraphModel (in Microsoft.VisualStudio.GraphModel.dll)

Syntax

protected abstract void Add(
    T undo
)
protected:
virtual void Add(
    T undo
) abstract
abstract Add : 
        undo:'T -> unit
Protected MustOverride Sub Add (
    undo As T
)

Parameters

  • undo
    Type: T

    Undo unit to push.

See Also

GraphUndoManager<T> Class
Microsoft.VisualStudio.GraphModel Namespace

Return to top