Udostępnij za pośrednictwem


vsGoToLineOptions Enum

Definition

Determines whether the line navigated to is the first or last line of the document.

public enum class vsGoToLineOptions
public enum class vsGoToLineOptions
enum vsGoToLineOptions
[System.Runtime.InteropServices.Guid("11B63A24-6200-48CD-9B8D-FC6A6FB9EFF0")]
public enum vsGoToLineOptions
[<System.Runtime.InteropServices.Guid("11B63A24-6200-48CD-9B8D-FC6A6FB9EFF0")>]
type vsGoToLineOptions = 
Public Enum vsGoToLineOptions
Inheritance
vsGoToLineOptions
Attributes

Fields

vsGoToLineOptionsFirst -2

Goes to the first line.

vsGoToLineOptionsLast -1

Goes to the last line.

Applies to