MOVESELECTION_ABS_TYPE Enumeration

Indicates moving a record selection by an absolute amount.

Namespace:  Microsoft.VisualStudio.TextManager.Interop
Assembly:  Microsoft.VisualStudio.TextManager.Interop (in Microsoft.VisualStudio.TextManager.Interop.dll)

Syntax

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

Members

Member name Description
MOVESELECTION_ABS_FIRSTCOLUMN Move record selection to first column.
MOVESELECTION_ABS_FIRSTLINE Move record selection to first line.
MOVESELECTION_ABS_FIRSTTEXTCOLUMN Move record selection to first text column.
MOVESELECTION_ABS_LASTCOLUMN Move record selection to last column.
MOVESELECTION_ABS_LASTLINE Move record selection to last line.

Remarks

COM Signature

From textmgr.idl:

See Also

Reference

Microsoft.VisualStudio.TextManager.Interop Namespace