GraphUndoUnit.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 ^ pUndoManager);
public void Do (Microsoft.VisualStudio.OLE.Interop.IOleUndoManager pUndoManager);
abstract member Do : Microsoft.VisualStudio.OLE.Interop.IOleUndoManager -> unit
override this.Do : Microsoft.VisualStudio.OLE.Interop.IOleUndoManager -> unit
Public Sub Do (pUndoManager As IOleUndoManager)

Parameters

pUndoManager
IOleUndoManager

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

Implements

Applies to