IVsLaunchPadEvents Interface
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Notifies the environment to cancel a launch pad event.
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(System.Runtime.InteropServices.ComInterfaceType.InterfaceIsIUnknown)]
public interface IVsLaunchPadEvents
[<System.Runtime.InteropServices.Guid("65BC5C20-41D1-11D1-84A4-00A0C9110055")>]
[<System.Runtime.InteropServices.InterfaceType(1)>]
type IVsLaunchPadEvents = interface
[<System.Runtime.InteropServices.Guid("65BC5C20-41D1-11D1-84A4-00A0C9110055")>]
[<System.Runtime.InteropServices.InterfaceType(System.Runtime.InteropServices.ComInterfaceType.InterfaceIsIUnknown)>]
type IVsLaunchPadEvents = interface
Public Interface IVsLaunchPadEvents
- Attributes
Remarks
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.
Notes to Implementers
Implement this interface to enable mid-process cancellation of a launch pad event.
Methods
Tick(Int32) |
Allows cancellation of a launch pad event. |