vsGoToLineOptions Enumeration

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.

See Also

Reference

EnvDTE Namespace