vsStartOfLineOptions Enumeration
Represents where to move the TextSelection object when moving to the beginning of the line.
Namespace: EnvDTE
Assembly: EnvDTE (in EnvDTE.dll)
Syntax
'Declaration
<GuidAttribute("F05EA427-01BA-46DC-8392-FB4AA7E5EB3A")> _
Public Enumeration vsStartOfLineOptions
[GuidAttribute("F05EA427-01BA-46DC-8392-FB4AA7E5EB3A")]
public enum vsStartOfLineOptions
[GuidAttribute(L"F05EA427-01BA-46DC-8392-FB4AA7E5EB3A")]
public enum class vsStartOfLineOptions
[<GuidAttribute("F05EA427-01BA-46DC-8392-FB4AA7E5EB3A")>]
type vsStartOfLineOptions
public enum vsStartOfLineOptions
Members
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. |