IVsLaunchPadEvents Interface
Visual Studio 2015
Notifies the environment to cancel a launch pad event.
Assembly: Microsoft.VisualStudio.Shell.Interop (in Microsoft.VisualStudio.Shell.Interop.dll)
| Name | Description | |
|---|---|---|
![]() | Tick(Int32) | Allows cancellation of a launch pad event. |
Note |
|---|
Query for this service only if you are calling from the main UI thread. On other threads, use CreateLaunchPad. |
If you implement this interface, the environment will make periodic calls to see if you want to continue of cancel your launch pad.
See illustrations of the implementation and/or calling of this interface in the sample .385fd2a3-d9f1-4808-87c2-a3f05a91fc36
Notes to Implementers:
Implement this interface to enable mid-process cancellation of a launch pad event.
Show:

