Share via


GraphUndoManager.Add(IOleUndoUnit) Method

Definition

Pushes the specified undo unit onto the undo stack.

public:
 abstract void Add(Microsoft::VisualStudio::OLE::Interop::IOleUndoUnit ^ unit);
public abstract void Add (Microsoft.VisualStudio.OLE.Interop.IOleUndoUnit unit);
abstract member Add : Microsoft.VisualStudio.OLE.Interop.IOleUndoUnit -> unit
Public MustOverride Sub Add (unit As IOleUndoUnit)

Parameters

unit
IOleUndoUnit

Undo unit to push

Applies to