ITextSpan.AnchorCol プロパティ

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

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

構文

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

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

プロパティ値

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

関連項目

参照

ITextSpan インターフェイス

Microsoft.SqlServer.Management.QueryExecution 名前空間