ITextProvider.GetSelection メソッド

定義

現在の 1 つ以上のテキスト選択に関連付けられている、非結合テキスト範囲のコレクションを取得します。

public:
 cli::array <System::Windows::Automation::Provider::ITextRangeProvider ^> ^ GetSelection();
public System.Windows.Automation.Provider.ITextRangeProvider[] GetSelection ();
abstract member GetSelection : unit -> System.Windows.Automation.Provider.ITextRangeProvider[]
Public Function GetSelection () As ITextRangeProvider()

戻り値

非結合テキスト範囲のコレクション。

例外

UI オートメーション プロバイダーがテキスト選択をサポートしていない場合。

注釈

テキストの選択UI オートメーションサポートするプロバイダーの場合、プロバイダーはこのメソッドを実装し、値も返すSupportedTextSelection必要があります。

テキストが選択されていない場合は、 GetSelection システム カーソル (テキスト挿入ポイント) の位置にある、縮退したテキスト範囲 (空の範囲) を返します。

システム カーソル (テキスト挿入ポイント) が存在しない場合は、 GetSelection null 参照 (Nothing Visual Basic では) を返すことができます。

適用対象

こちらもご覧ください