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

‘선언
<InterfaceTypeAttribute()> _
<GuidAttribute("EF16A8B0-41CF-11D1-84A4-00A0C9110055")> _
Public Interface IVsLaunchPad
‘사용 방법
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
[<InterfaceTypeAttribute()>]
[<GuidAttribute("EF16A8B0-41CF-11D1-84A4-00A0C9110055")>]
type IVsLaunchPad =  interface end
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.

See Also

Reference

IVsLaunchPad Members

Microsoft.VisualStudio.Shell.Interop Namespace