共用方式為


CoreTextFormatUpdatingEventArgs 類別

定義

提供 FormatUpdating 事件的資料。

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

Windows 需求

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

備註

這個類型的 物件會當做引數傳遞至 FormatUpdating 事件的處理常式。

屬性

BackgroundColor

取得值,表示要套用至文字範圍的背景色彩。 文字輸入伺服器會在引發事件之前填入此屬性。

IsCanceled

取得值,這個值表示是否取消格式更新作業。

Range

取得值,這個值表示文字輸入伺服器需要格式化的文字範圍。 伺服器會在引發事件之前填入此屬性。

Reason

取得值,這個值表示文字輸入伺服器需要將格式設定套用至這個文字範圍的原因。 伺服器會在引發事件之前填入此屬性。

Result

取得或設定值,這個值表示處理 FormatUpdating 事件的結果。 預設值為 Succeeded, 但如果您無法以文字輸入伺服器預期的方式執行作業,則在從事件處理常式傳回之前,請將 屬性設定為適當的值,以指出發生什麼事。

TextColor

取得值,表示要套用至文字範圍的文字色彩。 文字輸入伺服器會在引發事件之前填入此屬性。

UnderlineColor

取得值,表示要套用至文字範圍的底線色彩。 文字輸入伺服器會在引發事件之前填入此屬性。

UnderlineType

取得值,表示要套用至文字範圍的底線類型。 文字輸入伺服器會在引發事件之前填入此屬性。

方法

GetDeferral()

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

適用於