__VSDBGLAUNCHFLAGS4 Enumeration

Specifies flags that control how the debugger is started.

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.9.0 (in Microsoft.VisualStudio.Shell.Interop.9.0.dll)

Syntax

'Declaration
<FlagsAttribute> _
Public Enumeration __VSDBGLAUNCHFLAGS4
[FlagsAttribute]
public enum __VSDBGLAUNCHFLAGS4
[FlagsAttribute]
public enum class __VSDBGLAUNCHFLAGS4
[<FlagsAttribute>]
type __VSDBGLAUNCHFLAGS4
public enum __VSDBGLAUNCHFLAGS4

Members

Member name Description
DBGLAUNCH_UseDefaultBrowser The debugger should wait for a named event to be signaled after launching the first debug target and before launching more targets.

See Also

Reference

Microsoft.VisualStudio.Shell.Interop Namespace