DkmLanguageStepIntoFlags Enum
Definition
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
public enum class DkmLanguageStepIntoFlags
enum DkmLanguageStepIntoFlags
[System.Flags]
public enum DkmLanguageStepIntoFlags
[<System.Flags>]
type DkmLanguageStepIntoFlags =
Public Enum DkmLanguageStepIntoFlags
- Inheritance
-
DkmLanguageStepIntoFlags
- Attributes
Fields
Name | Value | Description |
---|---|---|
None | 0 | The function stepping should not deviate from default. |
NoStepInto | 1 | The function should not be stepped into. |