IVsLaunchPadEvents Interface
Notifies the environment to cancel a launch pad event.
Namespace: Microsoft.VisualStudio.Shell.Interop
Assembly: Microsoft.VisualStudio.Shell.Interop (in microsoft.visualstudio.shell.interop.dll)
Assembly: Microsoft.VisualStudio.Shell.Interop (in microsoft.visualstudio.shell.interop.dll)
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 Basic Project Sample.
Notes to Implementers Implement this interface to enable mid-process cancellation of a launch pad event.
Note