使容器实现多个撤消和重做操作的操作在包含控件。有关更多信息,请参见 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 |
页首