Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
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 | |
---|---|---|
![]() |
Add | |
![]() |
Close | |
![]() |
DiscardFrom | |
![]() |
Enable | |
![]() |
EnumRedoable | |
![]() |
EnumUndoable | |
![]() |
GetLastRedoDescription | |
![]() |
GetLastUndoDescription | |
![]() |
GetOpenParentState | |
![]() |
Open | |
![]() |
RedoTo | |
![]() |
UndoTo |
Top