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 线程上,则调用此方法。

适用于