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