This topic has not yet been rated - Rate this topic

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)

[InterfaceTypeAttribute(1)] 
[GuidAttribute("65BC5C20-41D1-11D1-84A4-00A0C9110055")] 
public interface IVsLaunchPadEvents
/** @attribute InterfaceTypeAttribute(1) */ 
/** @attribute GuidAttribute("65BC5C20-41D1-11D1-84A4-00A0C9110055") */ 
public interface IVsLaunchPadEvents
InterfaceTypeAttribute(1) 
GuidAttribute("65BC5C20-41D1-11D1-84A4-00A0C9110055") 
public interface IVsLaunchPadEvents
NoteNote

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.

Did you find this helpful?
(1500 characters remaining)
Community Content Add
Annotations FAQ