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

'Déclaration
<GuidAttribute("D001F200-EF97-11CE-9BC9-00AA00608E01")> _
<InterfaceTypeAttribute()> _
Public Interface IOleUndoManager
'Utilisation
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
[<GuidAttribute("D001F200-EF97-11CE-9BC9-00AA00608E01")>]
[<InterfaceTypeAttribute()>]
type IOleUndoManager =  interface end
public interface IOleUndoManager

See Also

Reference

IOleUndoManager Members

Microsoft.VisualStudio.OLE.Interop Namespace