IVsLaunchPadEvents 接口

定义

通知环境取消启动板事件。

public interface class IVsLaunchPadEvents
public interface class IVsLaunchPadEvents
__interface IVsLaunchPadEvents
[System.Runtime.InteropServices.Guid("65BC5C20-41D1-11D1-84A4-00A0C9110055")]
[System.Runtime.InteropServices.InterfaceType(1)]
public interface IVsLaunchPadEvents
[<System.Runtime.InteropServices.Guid("65BC5C20-41D1-11D1-84A4-00A0C9110055")>]
[<System.Runtime.InteropServices.InterfaceType(1)>]
type IVsLaunchPadEvents = interface
Public Interface IVsLaunchPadEvents
属性

注解

备注

仅当从主 UI 线程调用时,才查询此服务。 在其他线程上,使用 CreateLaunchPad

如果实现此接口,环境将进行定期调用,以确定是否要继续取消启动板。

请参阅示例 基本项目中的实现和/或调用此接口的图例。

实施者说明

实现此接口可启用启动板事件的中间进程取消。

方法

Tick(Int32)

允许取消启动板事件。

适用于