共用方式為


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 執行緒上,請呼叫這個方法。

適用於