vsStartOfLineOptions Enum
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Represents where to move the TextSelection object when moving to the beginning of the line.
public enum class vsStartOfLineOptions
public enum class vsStartOfLineOptions
enum vsStartOfLineOptions
[System.Runtime.InteropServices.Guid("F05EA427-01BA-46DC-8392-FB4AA7E5EB3A")]
public enum vsStartOfLineOptions
[<System.Runtime.InteropServices.Guid("F05EA427-01BA-46DC-8392-FB4AA7E5EB3A")>]
type vsStartOfLineOptions =
Public Enum vsStartOfLineOptions
- Inheritance
-
vsStartOfLineOptions
- Attributes
Fields
Name | Value | Description |
---|---|---|
vsStartOfLineOptionsFirstColumn | 0 | Goes to the first character in the line, white space or not, which is column zero. (Default) |
vsStartOfLineOptionsFirstText | 1 | Goes to the first nonwhite-space character in the line. |