次の方法で共有


CoreTextSelectionUpdatingEventArgs.Selection プロパティ

定義

テキスト入力サーバーが選択する必要があることを示すテキストの範囲を示す値を取得します。 サーバーは、イベントを発生させる前にこのプロパティを設定します。

public:
 property CoreTextRange Selection { CoreTextRange get(); };
CoreTextRange Selection();
public CoreTextRange Selection { get; }
var coreTextRange = coreTextSelectionUpdatingEventArgs.selection;
Public ReadOnly Property Selection As CoreTextRange

プロパティ値

サーバーが示すテキストの範囲を選択する必要があります。

適用対象