_LAUNCHPAD_FLAGS Enumeration
Determines whether stream or box selection mode is being used.
This enumeration has a FlagsAttribute attribute that allows a bitwise combination of its member values.
Namespace: Microsoft.VisualStudio.Shell.Interop
Assembly: Microsoft.VisualStudio.Shell.Interop (in Microsoft.VisualStudio.Shell.Interop.dll)
Syntax
'Declaration
<FlagsAttribute> _
Public Enumeration _LAUNCHPAD_FLAGS
[FlagsAttribute]
public enum _LAUNCHPAD_FLAGS
[FlagsAttribute]
public enum class _LAUNCHPAD_FLAGS
[<FlagsAttribute>]
type _LAUNCHPAD_FLAGS
public enum _LAUNCHPAD_FLAGS
Members
Member name | Description | |
---|---|---|
LPF_PipeStdoutToOutputWindow | Sends all output to the output pane. | |
LPF_PipeStdoutToTaskList | Parses each line of output into the task list. | |
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. |
Remarks
COM Signature
From vsshell.idl: