Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
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 | |
---|---|---|
vsGoToLineOptionsLast | Goes to the last line. | |
vsGoToLineOptionsFirst | Goes to the first line. |