UndoUnit.Do(IOleUndoManager) Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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