Determines whether the line navigated to is the first or last line of the document.
Namespace:  EnvDTE
Assembly:  EnvDTE (in EnvDTE.dll)
Syntax
'Declaration
<GuidAttribute("11B63A24-6200-48CD-9B8D-FC6A6FB9EFF0")> _
Public Enumeration vsGoToLineOptions
[GuidAttribute("11B63A24-6200-48CD-9B8D-FC6A6FB9EFF0")]
public enum vsGoToLineOptions
[GuidAttribute(L"11B63A24-6200-48CD-9B8D-FC6A6FB9EFF0")]
public enum class vsGoToLineOptions
[<GuidAttribute("11B63A24-6200-48CD-9B8D-FC6A6FB9EFF0")>]
type vsGoToLineOptions
public enum vsGoToLineOptions
Members
| Member name | Description | |
|---|---|---|
| vsGoToLineOptionsFirst | Goes to the first line. | |
| vsGoToLineOptionsLast | Goes to the last line. |