CoreTextSelectionRequest.Selection プロパティ

定義

テキスト入力サーバーが要求する選択範囲を取得または設定します。 アプリケーションは、イベント ハンドラーから戻る前に、現在の選択範囲を設定する必要があります。

public:
 property CoreTextRange Selection { CoreTextRange get(); void set(CoreTextRange value); };
CoreTextRange Selection();

void Selection(CoreTextRange value);
public CoreTextRange Selection { get; set; }
var coreTextRange = coreTextSelectionRequest.selection;
coreTextSelectionRequest.selection = coreTextRange;
Public Property Selection As CoreTextRange

プロパティ値

サーバーが要求している選択範囲。 既定値は null です。

適用対象