IVsLaunchPad2 Interface

Definition

Executes a command with output displayed to an output pane in the Visual Studio IDE. Similar to IVsLaunchPad but ExecCommandEx(String, String, String, UInt32, IVsOutputWindowPane, UInt32, UInt32, String, IVsLaunchPadEvents, IVsLaunchPadOutputParser, UInt32[], String[]) 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(String, String, String, UInt32, IVsOutputWindowPane, UInt32, UInt32, String, IVsLaunchPadEvents, IVsLaunchPadOutputParser, UInt32[], String[]) method allows the parsed output string to be in a non-standard format.

public interface class IVsLaunchPad2
public interface class IVsLaunchPad2
__interface IVsLaunchPad2
[System.Runtime.InteropServices.Guid("0DBD685A-0A10-4E25-B88E-02E58E60785E")]
[System.Runtime.InteropServices.InterfaceType(1)]
public interface IVsLaunchPad2
[<System.Runtime.InteropServices.Guid("0DBD685A-0A10-4E25-B88E-02E58E60785E")>]
[<System.Runtime.InteropServices.InterfaceType(1)>]
type IVsLaunchPad2 = interface
Public Interface IVsLaunchPad2
Attributes

Notes to Implementers

Implemented by the Environment. Interface retrieved by QI after calling CreateLaunchPad(IVsLaunchPad). 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(IVsLaunchPad). 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.

Methods

ExecCommandEx(String, String, String, UInt32, IVsOutputWindowPane, UInt32, UInt32, String, IVsLaunchPadEvents, IVsLaunchPadOutputParser, UInt32[], String[])

Executes a command with output displayed to an output pane in the IDE and parses the output string in a specified format.

Applies to