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
'Usage
Dim instance As IOleUndoManager
[GuidAttribute("D001F200-EF97-11CE-9BC9-00AA00608E01")]
[InterfaceTypeAttribute()]
public interface IOleUndoManager
[GuidAttribute(L"D001F200-EF97-11CE-9BC9-00AA00608E01")]
[InterfaceTypeAttribute()]
public interface class IOleUndoManager
public interface IOleUndoManager

See Also

Reference

IOleUndoManager Members

Microsoft.VisualStudio.OLE.Interop Namespace