IOleUndoUnit.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.
public:
void Do(Microsoft::VisualStudio::OLE::Interop::IOleUndoManager ^ pUndoManager);
public:
void Do(Microsoft::VisualStudio::OLE::Interop::IOleUndoManager ^ pUndoManager);
void Do(Microsoft::VisualStudio::OLE::Interop::IOleUndoManager const & pUndoManager);
public void Do (Microsoft.VisualStudio.OLE.Interop.IOleUndoManager pUndoManager);
abstract member Do : Microsoft.VisualStudio.OLE.Interop.IOleUndoManager -> unit
Public Sub Do (pUndoManager As IOleUndoManager)
Parameters
- pUndoManager
- IOleUndoManager
Remarks
For information on the COM interface, see IOleUndoUnit::Do