IOleUndoManager.EnumUndoable Method

Namespace:  Microsoft.VisualStudio.OLE.Interop
Assembly:  Microsoft.VisualStudio.OLE.Interop (in Microsoft.VisualStudio.OLE.Interop.dll)

Syntax

'Declaration
Sub EnumUndoable ( _
    <OutAttribute> ByRef ppEnum As IEnumOleUndoUnits _
)
void EnumUndoable(
    out IEnumOleUndoUnits ppEnum
)
void EnumUndoable(
    [OutAttribute] IEnumOleUndoUnits^% ppEnum
)
abstract EnumUndoable : 
        ppEnum:IEnumOleUndoUnits byref -> unit
function EnumUndoable(
    ppEnum : IEnumOleUndoUnits
)

Parameters

Remarks

For information on the COM interface, see IOleUndoManager::EnumUndoable

.NET Framework Security

See Also

Reference

IOleUndoManager Interface

Microsoft.VisualStudio.OLE.Interop Namespace