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)

[GuidAttribute("0DBD685A-0A10-4E25-B88E-02E58E60785E")]
[InterfaceTypeAttribute(1)]
public interface IVsLaunchPad2

NameDescription
System_CAPS_pubmethodExecCommandEx(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.

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.

Return to top
Show: