VsDebugLaunchNotifyListenerFlags Enum
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
This enumeration supports a bitwise combination of its member values.
public enum class VsDebugLaunchNotifyListenerFlags
C++/CX
public enum class VsDebugLaunchNotifyListenerFlags
enum VsDebugLaunchNotifyListenerFlags
[System.Flags]
public enum VsDebugLaunchNotifyListenerFlags
[<System.Flags>]
type VsDebugLaunchNotifyListenerFlags =
Public Enum VsDebugLaunchNotifyListenerFlags
- Inheritance
-
VsDebugLaunchNotifyListenerFlags
- Attributes
Name | Value | Description |
---|---|---|
VsDebugLaunchNotify_Default | 0 | |
VsDebugLaunchNotify_RegisterForAppPackage | 1 | |
VsDebugLaunchNotify_DetachOnStopDebugging | 2 | |
VsDebugLaunchNotify_DebugWithZeroProcesses | 4 |
Product | Versions |
---|---|
Visual Studio SDK | 2015, 2017, 2019, 2022 |