enum_POSITION_TYPE Enum

Definition

Specifies the position type of the Edit and Continue active statement.

public enum class enum_POSITION_TYPE
public enum class enum_POSITION_TYPE
enum enum_POSITION_TYPE
public enum enum_POSITION_TYPE
type enum_POSITION_TYPE = 
Public Enum enum_POSITION_TYPE
Inheritance
enum_POSITION_TYPE

Fields

TEXT_POSITION_ACTIVE_STATEMENT 1

The filename and position mark the active statement.

TEXT_POSITION_NEARBY_STATEMENT 2

The filename and position mark the statement associated with some line in the method. Currently, this is the line associated with offset 0, but may change. (The intent is to provide the language service a hint on where to find the method in source.) The asInfo member of the ENC_ACTIVE_STATEMENT structure must have ASINFO_NONUSER set.

TEXT_POSITION_NONE 3

The filename and position are not meaningful (for example, a generated function with no source). The asInfo member of the ENC_ACTIVE_STATEMENT structure must have ASINFO_NONUSER set.

Applies to