Share via


ITextSpan.LineWithinTextSpan Property

Gets a line of text within the text span.

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

Syntax

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

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

Property Value

Type: System.Int32
Returns an integer that represents a line of text within the text span.