UndoManager.Add(IOleUndoUnit) Method

Definition

Adds an undo unit to the stack and updates the UI.

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

Parameters

undoUnit
IOleUndoUnit

Applies to