次の方法で共有


CoreTextTextUpdatingEventArgs.NewSelection プロパティ

定義

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

public:
 property CoreTextRange NewSelection { CoreTextRange get(); };
CoreTextRange NewSelection();
public CoreTextRange NewSelection { get; }
var coreTextRange = coreTextTextUpdatingEventArgs.newSelection;
Public ReadOnly Property NewSelection As CoreTextRange

プロパティ値

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

適用対象