ITextSpan.EndLine プロパティ

テキスト選択範囲の終了位置に相当する行番号を取得します。

名前空間:  Microsoft.SqlServer.Management.QueryExecution
アセンブリ:  SqlWorkbench.Interfaces (SqlWorkbench.Interfaces.dll)

構文

'宣言
ReadOnly Property EndLine As Integer 
    Get
'使用
Dim instance As ITextSpan 
Dim value As Integer 

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

プロパティ値

型: System.Int32
テキスト選択範囲の終了位置に相当する行番号を表す整数を返します。

関連項目

参照

ITextSpan インターフェイス

Microsoft.SqlServer.Management.QueryExecution 名前空間