IVsCompoundActionEvents 接口

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

语法

声明
<GuidAttribute("29B88B8E-BC39-45AE-ACAB-0C670E49BCC2")> _
<InterfaceTypeAttribute()> _
Public Interface IVsCompoundActionEvents
[GuidAttribute("29B88B8E-BC39-45AE-ACAB-0C670E49BCC2")]
[InterfaceTypeAttribute()]
public interface IVsCompoundActionEvents
[GuidAttribute(L"29B88B8E-BC39-45AE-ACAB-0C670E49BCC2")]
[InterfaceTypeAttribute()]
public interface class IVsCompoundActionEvents
[<GuidAttribute("29B88B8E-BC39-45AE-ACAB-0C670E49BCC2")>]
[<InterfaceTypeAttribute()>]
type IVsCompoundActionEvents =  interface end
public interface IVsCompoundActionEvents

IVsCompoundActionEvents 类型公开以下成员。

方法

  名称 说明
公共方法 OnAbortAction ,在复合操作中止时,允许客户端放弃它们的缓存。
公共方法 OnBeforeAction 在引发事件之前发生。

页首

备注

“包装”或 “从复合事件出现的内部”事件是其他操作。 若要减少了激发的事件数,不终止的事件。

对实现者的说明

实现应通过在最终事件的标志或停止激发的事件。

请参阅

参考

Microsoft.VisualStudio.TextManager.Interop 命名空间