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