DkmLanguageStepIntoFlags 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.
Flags which describe how to proceed with a Step-Into action.
This enumeration supports a bitwise combination of its member values.
public enum class DkmLanguageStepIntoFlags
C++/CX
public enum class DkmLanguageStepIntoFlags
enum DkmLanguageStepIntoFlags
[System.Flags]
public enum DkmLanguageStepIntoFlags
[<System.Flags>]
type DkmLanguageStepIntoFlags =
Public Enum DkmLanguageStepIntoFlags
- Inheritance
-
DkmLanguageStepIntoFlags
- Attributes
Name | Value | Description |
---|---|---|
None | 0 | The function stepping should not deviate from default. |
NoStepInto | 1 | The function should not be stepped into. |
Táirge | Leaganacha |
---|---|
Visual Studio SDK | 2015, 2017, 2019, 2022 |