IVsLaunchPad Interface
Visual Studio 2015
Interface to generate command-line tools and batch files.
Assembly: Microsoft.VisualStudio.Shell.Interop (in Microsoft.VisualStudio.Shell.Interop.dll)
| Name | Description | |
|---|---|---|
![]() | ExecBatchScript(String, String, UInt32, IVsOutputWindowPane, UInt32, UInt32, String, IVsLaunchPadEvents, String[]) | Creates a temporary batch file to be executed with output piped to an output pane in the IDE. |
![]() | ExecCommand(String, String, String, UInt32, IVsOutputWindowPane, UInt32, UInt32, String, IVsLaunchPadEvents, UInt32, String[]) | Executes a command with output piped to an output pane in the IDE. |
![]() | ParseOutputStringForTaskItem(String, UInt32[], String[], UInt32[], String[], Int32[]) | Parses an output string and sends the results to the output pane. |
For more information, see SVsLaunchPad.
See illustrations of the implementation and/or calling of this interface in the sample .385fd2a3-d9f1-4808-87c2-a3f05a91fc36
Notes to Callers:
Call when your project needs to generate command line tools and batch files as part of its build process.
Show:
