_LAUNCHPAD_FLAGS Enumeration

 

Determines whether stream or box selection mode is being used.

Namespace:   Microsoft.VisualStudio.Shell.Interop
Assembly:  Microsoft.VisualStudio.Shell.Interop (in Microsoft.VisualStudio.Shell.Interop.dll)

[FlagsAttribute]
public enum _LAUNCHPAD_FLAGS

Member nameDescription
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:

Return to top
Show: