IOleUndoManager 接口

使容器实现多个撤消和重做操作的操作在包含控件。 有关更多信息,请参见 IOleUndoManager

命名空间:  Microsoft.VisualStudio.OLE.Interop
程序集:  Microsoft.VisualStudio.OLE.Interop(在 Microsoft.VisualStudio.OLE.Interop.dll 中)

语法

声明
<GuidAttribute("D001F200-EF97-11CE-9BC9-00AA00608E01")> _
<InterfaceTypeAttribute()> _
Public Interface IOleUndoManager
[GuidAttribute("D001F200-EF97-11CE-9BC9-00AA00608E01")]
[InterfaceTypeAttribute()]
public interface IOleUndoManager

IOleUndoManager 类型公开以下成员。

方法

  名称 说明
公共方法 Add
公共方法 Close
公共方法 DiscardFrom
公共方法 Enable
公共方法 EnumRedoable
公共方法 EnumUndoable
公共方法 GetLastRedoDescription
公共方法 GetLastUndoDescription
公共方法 GetOpenParentState
公共方法 Open
公共方法 RedoTo
公共方法 UndoTo

页首

请参见

参考

Microsoft.VisualStudio.OLE.Interop 命名空间