GraphUndoManager.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.
Pushes the specified undo unit onto the undo stack.
public:
abstract void Add(Microsoft::VisualStudio::OLE::Interop::IOleUndoUnit ^ unit);
public abstract void Add (Microsoft.VisualStudio.OLE.Interop.IOleUndoUnit unit);
abstract member Add : Microsoft.VisualStudio.OLE.Interop.IOleUndoUnit -> unit
Public MustOverride Sub Add (unit As IOleUndoUnit)
Parameters
- unit
- IOleUndoUnit
Undo unit to push