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)
Syntax
'Déclaration
<InterfaceTypeAttribute()> _
<GuidAttribute("EF16A8B0-41CF-11D1-84A4-00A0C9110055")> _
Public Interface IVsLaunchPad
'Utilisation
Dim instance As IVsLaunchPad
[InterfaceTypeAttribute()]
[GuidAttribute("EF16A8B0-41CF-11D1-84A4-00A0C9110055")]
public interface IVsLaunchPad
[InterfaceTypeAttribute()]
[GuidAttribute(L"EF16A8B0-41CF-11D1-84A4-00A0C9110055")]
public interface class IVsLaunchPad
public interface IVsLaunchPad
Remarks
For more information, see SVsLaunchPad.
See illustrations of the implementation and/or calling of this interface in the sample Basic Project.
Notes to Callers:
Call when your project needs to generate command line tools and batch files as part of its build process.