CoreTextSelectionRequest クラス

定義

SelectionRequested イベントに関する情報を表します。

public ref class CoreTextSelectionRequest sealed
/// [Windows.Foundation.Metadata.ContractVersion(Windows.Foundation.UniversalApiContract, 65536)]
/// [Windows.Foundation.Metadata.MarshalingBehavior(Windows.Foundation.Metadata.MarshalingType.Agile)]
class CoreTextSelectionRequest final
[Windows.Foundation.Metadata.ContractVersion(typeof(Windows.Foundation.UniversalApiContract), 65536)]
[Windows.Foundation.Metadata.MarshalingBehavior(Windows.Foundation.Metadata.MarshalingType.Agile)]
public sealed class CoreTextSelectionRequest
Public NotInheritable Class CoreTextSelectionRequest
継承
Object Platform::Object IInspectable CoreTextSelectionRequest
属性

Windows の要件

デバイス ファミリ
Windows 10 (10.0.10240.0 で導入)
API contract
Windows.Foundation.UniversalApiContract (v1.0 で導入)

注釈

この型のオブジェクトは、CoreTextEditContext.SelectionRequested イベント ハンドラーのハンドラー内の CoreTextSelectionRequestedEventArgs.Request プロパティから取得できます。

プロパティ

IsCanceled

選択要求操作が取り消されたかどうかを示す値を取得します。

Selection

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

メソッド

GetDeferral()

選択要求操作の遅延を要求します。 テキスト入力コントロールが UI スレッドではなくワーカー スレッドでホストされている場合は、このメソッドを呼び出します。

適用対象