UndoUnit.Do(IOleUndoManager) Method

Definition

Performs undo/redo based on the internal state of this undo unit. Also, undo unit is responsible for adding itself to the opposite stack.

public:
 virtual void Do(Microsoft::VisualStudio::OLE::Interop::IOleUndoManager ^ undoManager);
public void Do (Microsoft.VisualStudio.OLE.Interop.IOleUndoManager undoManager);
abstract member Do : Microsoft.VisualStudio.OLE.Interop.IOleUndoManager -> unit
override this.Do : Microsoft.VisualStudio.OLE.Interop.IOleUndoManager -> unit
Public Sub Do (undoManager As IOleUndoManager)

Parameters

undoManager
IOleUndoManager

Undo manager, used for adding undo unit to appropriate undo/redo stack

Implements

Applies to