UndoManager.Add(IOleUndoUnit) 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.
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