__VSPROFILERLAUNCHOPTS 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.
Specifies the profiler launch options.
public enum class __VSPROFILERLAUNCHOPTS
C++/CX
public enum class __VSPROFILERLAUNCHOPTS
enum __VSPROFILERLAUNCHOPTS
public enum __VSPROFILERLAUNCHOPTS
type __VSPROFILERLAUNCHOPTS =
Public Enum __VSPROFILERLAUNCHOPTS
- Inheritance
-
__VSPROFILERLAUNCHOPTS
Name | Value | Description |
---|---|---|
VSPLO_NOPROFILE | 1 | Launch the profiler but do not collect profiling information for this target. |
A value of zero (0) for this enumeration indicates default launch options are used.
Product | Versions |
---|---|
Visual Studio SDK | 2015, 2017, 2019, 2022 |