IOleUndoManager Interface

Enables containers to implement multi-level undo and redo operations for actions in contained controls. For more information, see IOleUndoManager.

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

Syntax

'Declaration
<GuidAttribute("D001F200-EF97-11CE-9BC9-00AA00608E01")> _
<InterfaceTypeAttribute()> _
Public Interface IOleUndoManager
[GuidAttribute("D001F200-EF97-11CE-9BC9-00AA00608E01")]
[InterfaceTypeAttribute()]
public interface IOleUndoManager
[GuidAttribute(L"D001F200-EF97-11CE-9BC9-00AA00608E01")]
[InterfaceTypeAttribute()]
public interface class IOleUndoManager
[<GuidAttribute("D001F200-EF97-11CE-9BC9-00AA00608E01")>]
[<InterfaceTypeAttribute()>]
type IOleUndoManager =  interface end
public interface IOleUndoManager

The IOleUndoManager type exposes the following members.

Methods

  Name Description
Public method Add
Public method Close
Public method DiscardFrom
Public method Enable
Public method EnumRedoable
Public method EnumUndoable
Public method GetLastRedoDescription
Public method GetLastUndoDescription
Public method GetOpenParentState
Public method Open
Public method RedoTo
Public method UndoTo

Top

See Also

Reference

Microsoft.VisualStudio.OLE.Interop Namespace