vsStartOfLineOptions Enumeration
Visual Studio 2015
Represents where to move the TextSelection object when moving to the beginning of the line.
Assembly: EnvDTE (in EnvDTE.dll)
| Member name | Description | |
|---|---|---|
| vsStartOfLineOptionsFirstColumn | Goes to the first character in the line, white space or not, which is column zero. (Default) | |
| vsStartOfLineOptionsFirstText | Goes to the first nonwhite-space character in the line. |
Show: