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
'Declaration
<InterfaceTypeAttribute()> _
<GuidAttribute("EF16A8B0-41CF-11D1-84A4-00A0C9110055")> _
Public Interface 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
The IVsLaunchPad type exposes the following members.
Methods
Name | Description | |
---|---|---|
ExecBatchScript | Creates a temporary batch file to be executed with output piped to an output pane in the IDE. | |
ExecCommand | Executes a command with output piped to an output pane in the IDE. | |
ParseOutputStringForTaskItem | Parses an output string and sends the results to the output pane. |
Top
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.