enum_POSITION_TYPE Enumeration

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

Namespace:  Microsoft.VisualStudio.Shell.Interop
Assembly:  Microsoft.VisualStudio.Shell.Interop.9.0 (in Microsoft.VisualStudio.Shell.Interop.9.0.dll)

Syntax

'Declaration
Public Enumeration enum_POSITION_TYPE
public enum enum_POSITION_TYPE
public enum class enum_POSITION_TYPE
type enum_POSITION_TYPE
public enum enum_POSITION_TYPE

Members

Member name Description
TEXT_POSITION_ACTIVE_STATEMENT The filename and position mark the active statement.
TEXT_POSITION_NEARBY_STATEMENT 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 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.

See Also

Reference

Microsoft.VisualStudio.Shell.Interop Namespace