IOleUndoManager.EnumUndoable(IEnumOleUndoUnits) 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 EnumUndoable([Runtime::InteropServices::Out] Microsoft::VisualStudio::OLE::Interop::IEnumOleUndoUnits ^ % ppEnum);
public:
void EnumUndoable([Runtime::InteropServices::Out] Microsoft::VisualStudio::OLE::Interop::IEnumOleUndoUnits ^ & ppEnum);
void EnumUndoable([Runtime::InteropServices::Out] Microsoft::VisualStudio::OLE::Interop::IEnumOleUndoUnits const & & ppEnum);
public void EnumUndoable (out Microsoft.VisualStudio.OLE.Interop.IEnumOleUndoUnits ppEnum);
abstract member EnumUndoable : IEnumOleUndoUnits -> unit
Public Sub EnumUndoable (ByRef ppEnum As IEnumOleUndoUnits)
Parameters
- ppEnum
- IEnumOleUndoUnits
Remarks
For information on the COM interface, see IOleUndoManager::EnumUndoable