共用方式為


CoreTextCompositionStartedEventArgs 類別

定義

提供 CompositionStarted 事件的資料。

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

Windows 需求

裝置系列
Windows 10 (已於 10.0.10240.0 引進)
API contract
Windows.Foundation.UniversalApiContract (已於 v1.0 引進)

備註

此類型的 物件會當做引數傳遞至 CompositionStarted 事件的處理常式。

屬性

IsCanceled

取得值,這個值表示作業是否已取消。

方法

GetDeferral()

要求延遲作業。 如果您的文字輸入控制項裝載在背景工作執行緒上,而不是在 UI 執行緒上,請呼叫這個方法。

適用於