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

Syntax

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

Members

Member name Description
DBGLAUNCH_BlockCredentialsDialog The credentials dialog is blocked from being shown on authentication errors.
DBGLAUNCH_BlockWWSDialog The WWS install dialog is blocked from being shown.
DBGLAUNCH_StartInSimulator For DLO_ImmersiveAppDebug, the debugger should launch the application (or expect the application to start) in the simulator.

See Also

Reference

Microsoft.VisualStudio.Shell.Interop Namespace