_LAUNCHPAD_FLAGS Enumeration
Visual Studio 2015
Determines whether stream or box selection mode is being used.
Assembly: Microsoft.VisualStudio.Shell.Interop (in Microsoft.VisualStudio.Shell.Interop.dll)
| Member name | Description | |
|---|---|---|
| LPF_ClearOutputWindow | Clears the specified pane of the output window before spawning the tool. | |
| LPF_PauseAfterExecution | Waits for key press to close the process spawned in the external command window. | |
| LPF_PipeStdoutToOutputWindow | Sends all output to the output pane. | |
| LPF_PipeStdoutToTaskList | Parses each line of output into the task list. |
From vsshell.idl:
Show: