_LAUNCHPAD_FLAGS Enum

Definition

Determines whether stream or box selection mode is being used.

This enumeration supports a bitwise combination of its member values.

public enum class _LAUNCHPAD_FLAGS
public enum class _LAUNCHPAD_FLAGS
enum _LAUNCHPAD_FLAGS
[System.Flags]
public enum _LAUNCHPAD_FLAGS
[<System.Flags>]
type _LAUNCHPAD_FLAGS = 
Public Enum _LAUNCHPAD_FLAGS
Inheritance
_LAUNCHPAD_FLAGS
Attributes

Fields

LPF_ClearOutputWindow 4

Clears the specified pane of the output window before spawning the tool.

LPF_PauseAfterExecution 8

Waits for key press to close the process spawned in the external command window.

LPF_PipeStdoutToOutputWindow 1

Sends all output to the output pane.

LPF_PipeStdoutToTaskList 2

Parses each line of output into the task list.

Remarks

COM Signature

From vsshell.idl:

Applies to