IVsLaunchPadEvents 接口
定义
重要
一些信息与预发行产品相关,相应产品在发行之前可能会进行重大修改。 对于此处提供的信息,Microsoft 不作任何明示或暗示的担保。
通知环境取消启动板事件。
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) |
允许取消启动板事件。 |