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.
Assembly: Microsoft.VisualStudio.Shell.Interop.8.0 (in Microsoft.VisualStudio.Shell.Interop.8.0.dll)
| Name | Description | |
|---|---|---|
![]() | 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. |
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.
