CoreTextTextRequest 類別
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
表示 TextRequested 事件的相關資訊。
public ref class CoreTextTextRequest sealed
/// [Windows.Foundation.Metadata.ContractVersion(Windows.Foundation.UniversalApiContract, 65536)]
/// [Windows.Foundation.Metadata.MarshalingBehavior(Windows.Foundation.Metadata.MarshalingType.Agile)]
class CoreTextTextRequest final
[Windows.Foundation.Metadata.ContractVersion(typeof(Windows.Foundation.UniversalApiContract), 65536)]
[Windows.Foundation.Metadata.MarshalingBehavior(Windows.Foundation.Metadata.MarshalingType.Agile)]
public sealed class CoreTextTextRequest
Public NotInheritable Class CoreTextTextRequest
- 繼承
- 屬性
Windows 需求
裝置系列 |
Windows 10 (已於 10.0.10240.0 引進)
|
API contract |
Windows.Foundation.UniversalApiContract (已於 v1.0 引進)
|
備註
這個類型的物件可以從CoreTextEditCoNtext.TextRequested事件處理常式內的CoreTextRequestedEventArgs.Request屬性取得。
屬性
IsCanceled |
取得值,這個值表示是否取消文字要求作業。 |
Range |
取得值,這個值表示文字輸入伺服器所要求的文字範圍。 伺服器會在引發事件之前填入此屬性。 |
Text |
取得或設定文字輸入伺服器所要求的文字。 應用程式應該在從事件處理常式傳回之前,先設定所要求的文字。 |
方法
GetDeferral() |
要求文字要求作業延遲。 如果您的文字輸入控制項裝載在背景工作執行緒上,而不是在 UI 執行緒上,請呼叫這個方法。 |