vsGoToLineOptions Enum
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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
Name | Value | Description |
---|---|---|
vsGoToLineOptionsFirst | -2 | Goes to the first line. |
vsGoToLineOptionsLast | -1 | Goes to the last line. |