IOleParentUndoUnit 接口

启用抵消单位包含子项抵消单位,因此支持复杂请取消事件。有关更多信息,请参见 IOleParentUndoUnit

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

语法

声明
<InterfaceTypeAttribute()> _
<GuidAttribute("A1FAF330-EF97-11CE-9BC9-00AA00608E01")> _
Public Interface IOleParentUndoUnit _
    Inherits IOleUndoUnit
[InterfaceTypeAttribute()]
[GuidAttribute("A1FAF330-EF97-11CE-9BC9-00AA00608E01")]
public interface IOleParentUndoUnit : IOleUndoUnit

IOleParentUndoUnit 类型公开以下成员。

方法

  名称 说明
公共方法 Add
公共方法 Close
公共方法 Do(IOleUndoManager)
公共方法 Do(IOleUndoManager) (继承自 IOleUndoUnit。)
公共方法 FindUnit
公共方法 GetDescription(String%)
公共方法 GetDescription(String%) (继承自 IOleUndoUnit。)
公共方法 GetParentState
公共方法 GetUnitType(Guid%, Int32%)
公共方法 GetUnitType(Guid%, Int32%) (继承自 IOleUndoUnit。)
公共方法 OnNextAdd()
公共方法 OnNextAdd() (继承自 IOleUndoUnit。)
公共方法 Open

页首

请参见

参考

Microsoft.VisualStudio.OLE.Interop 命名空间