共用方式為


CoreTextLayoutRequest 類別

定義

表示 LayoutRequested 事件的相關資訊。

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

Windows 需求

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

備註

此類型的物件可以從CoreTextEditCoNtext.LayoutRequested事件處理常式的處理常式內的CoreTextLayoutRequestedEventArgs.Request屬性取得。

版本歷程記錄

Windows 版本 SDK 版本 新增值
1809 17763 LayoutBoundsVisualPixels

屬性

IsCanceled

取得值,這個值表示是否取消配置要求作業。

LayoutBounds

取得文字範圍或文字輸入控制項周框方塊的螢幕座標。

LayoutBoundsVisualPixels

取得與應用程式檢視區相對之文字範圍或文字輸入控制項周框方塊的座標。

Range

取得值,這個值表示文字輸入伺服器要求周框方塊的文字範圍。 伺服器會在引發事件之前填入此屬性。

方法

GetDeferral()

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

適用於