ITextSpan インターフェイス

テキスト範囲に関する情報を取得するために使用するプロパティを格納します。

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

構文

'宣言
Public Interface ITextSpan
'使用
Dim instance As ITextSpan
public interface ITextSpan
public interface class ITextSpan
type ITextSpan =  interface end
public interface ITextSpan

ITextSpan 型は、以下のメンバーを公開しています。

プロパティ

  名前 説明
パブリック プロパティ AnchorCol テキスト選択範囲の開始位置に相当する列番号を取得します。
パブリック プロパティ AnchorLine テキスト選択範囲の開始位置に相当する行番号を取得します。
パブリック プロパティ EndCol テキスト選択範囲の終了位置に相当する列番号を取得します。
パブリック プロパティ EndLine テキスト選択範囲の終了位置に相当する行番号を取得します。
パブリック プロパティ LineWithinTextSpan テキスト範囲内のテキスト行を取得します。
パブリック プロパティ Text ITextSpan インターフェイスに関連付けられているテキストを取得します。
パブリック プロパティ TextView ITextSpan に関連付けられている TextView コントロールを取得します。

先頭に戻る

関連項目

参照

Microsoft.SqlServer.Management.QueryExecution 名前空間