IVsLaunchPad2 Interface
Executes a command with output displayed to an output pane in the Visual Studio IDE. Similar to IVsLaunchPad but ExecCommandEx method allows the parsed output string to be in a non-standard format. Executes a command with output displayed to an output pane in the Visual Studio IDE. Similar to IVsLaunchPad, but ExecCommandEx method allows the parsed output string to be in a non-standard format.
Namespace: Microsoft.VisualStudio.Shell.Interop
Assembly: Microsoft.VisualStudio.Shell.Interop.8.0 (in Microsoft.VisualStudio.Shell.Interop.8.0.dll)
Syntax
'Declaration
<GuidAttribute("0DBD685A-0A10-4E25-B88E-02E58E60785E")> _
<InterfaceTypeAttribute()> _
Public Interface IVsLaunchPad2
'Usage
Dim instance As IVsLaunchPad2
[GuidAttribute("0DBD685A-0A10-4E25-B88E-02E58E60785E")]
[InterfaceTypeAttribute()]
public interface IVsLaunchPad2
[GuidAttribute(L"0DBD685A-0A10-4E25-B88E-02E58E60785E")]
[InterfaceTypeAttribute()]
public interface class IVsLaunchPad2
public interface IVsLaunchPad2
Remarks
Notes to Implementers:
Implemented by the Environment. Interface retrieved by QI after calling CreateLaunchPad. This interface is used to launch a console application. It is useful when a project generates command line tools and batch files as a part of its build process, and needs the ability to parse the tool output for task list item information.
Notes to Callers:
Implemented by the Environment. Interface retrieved by QI after calling CreateLaunchPad. This interface is used to launch a console application. It is useful when a project generates command line tools and batch files as a part of its build process, and needs the ability to parse the tool output for task list item information.