IVsLaunchPad Interface

 

Interface to generate command-line tools and batch files.

Namespace:   Microsoft.VisualStudio.Shell.Interop
Assembly:  Microsoft.VisualStudio.Shell.Interop (in Microsoft.VisualStudio.Shell.Interop.dll)

[InterfaceTypeAttribute(1)]
[GuidAttribute("EF16A8B0-41CF-11D1-84A4-00A0C9110055")]
public interface class IVsLaunchPad

For more information, see SVsLaunchPad.

See illustrations of the implementation and/or calling of this interface in the sample .385fd2a3-d9f1-4808-87c2-a3f05a91fc36

Notes to Callers:

Call when your project needs to generate command line tools and batch files as part of its build process.

Return to top
Show: