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)

public enum enum_POSITION_TYPE

Member nameDescription
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.

Return to top
Show: