CoreTextServicesManager 类

定义

Windows 核心文本 API 和文本输入服务器提供的所有服务的入口点。 此对象与应用程序的 UI 线程相关联, (CoreWindow 在) 上运行的线程。

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

Windows 要求

设备系列
Windows 10 (在 10.0.10240.0 中引入)
API contract
Windows.Foundation.UniversalApiContract (在 v1.0 中引入)

注解

若要获取此类型的对象,请调用 CoreTextServicesManager.GetForCurrentView

属性

InputLanguage

获取表示当前输入语言的 Language 对象。

方法

CreateEditContext()

创建文本输入控件用来与文本输入服务器通信的上下文对象。 每个文本输入控件都必须创建自己的上下文对象。

GetForCurrentView()

获取当前活动视图的 CoreTextServicesManager 对象。

事件

InputLanguageChanged

在当前输入语言更改时发生。

适用于