__VSDBGLAUNCHFLAGS3 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
'宣言
<FlagsAttribute> _
Public Enumeration __VSDBGLAUNCHFLAGS3
'使用
Dim instance As __VSDBGLAUNCHFLAGS3
[FlagsAttribute]
public enum __VSDBGLAUNCHFLAGS3
[FlagsAttribute]
public enum class __VSDBGLAUNCHFLAGS3
public enum __VSDBGLAUNCHFLAGS3
Members
Member name | Description | |
---|---|---|
DBGLAUNCH_WaitForEvent | Launch the debugger when an event is fired. |