Udostępnij za pośrednictwem


vsStartOfLineOptions Enum

Definition

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

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.

Applies to