Share via


ITextSpan.AnchorLine Property

Gets the line number on which text selection starts.

Namespace:  Microsoft.SqlServer.Management.QueryExecution
Assembly:  SqlWorkbench.Interfaces (in SqlWorkbench.Interfaces.dll)

Syntax

'Declaration
ReadOnly Property AnchorLine As Integer
    Get
'Usage
Dim instance As ITextSpan
Dim value As Integer

value = instance.AnchorLine
int AnchorLine { get; }
property int AnchorLine {
    int get ();
}
abstract AnchorLine : int
function get AnchorLine () : int

Property Value

Type: System.Int32
Returns an integer that represents the line number on which text selection starts.