IVsLaunchPadEvents 接口

通知该环境移除快速启动并且事件。

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

语法

声明
<GuidAttribute("65BC5C20-41D1-11D1-84A4-00A0C9110055")> _
<InterfaceTypeAttribute()> _
Public Interface IVsLaunchPadEvents
[GuidAttribute("65BC5C20-41D1-11D1-84A4-00A0C9110055")]
[InterfaceTypeAttribute()]
public interface IVsLaunchPadEvents

IVsLaunchPadEvents 类型公开以下成员。

方法

  名称 说明
公共方法 Tick 允许快速启动并且事件的取消。

页首

备注

备注

此服务的查询,仅当您从主 UI 线程调用。在其他线程,请使用 CreateLaunchPad

如果实现此接口,环境将使定期调用查看您是否继续取消快速启动并且。

请参见实现和/或调用的插图在该示例 Basic Project的此接口。

对实现者的说明

实现此接口来启用元处理快速启动并且事件的取消。

请参见

参考

Microsoft.VisualStudio.Shell.Interop 命名空间