HandwrittenTextInsertion 类

由应用程序的自定义文本输入代码用于将文本插入文本字段以及文本服务框架 (TSF) 的后备存储。

命名空间:  Microsoft.Ink.TextInput
程序集:  Microsoft.Ink(在 Microsoft.Ink.dll 中)

语法

声明
<SecurityPermissionAttribute(SecurityAction.Demand, Unrestricted := True)> _
<PermissionSetAttribute(SecurityAction.InheritanceDemand, Name := "FullTrust")> _
Public Class HandwrittenTextInsertion
用法
Dim instance As HandwrittenTextInsertion
[SecurityPermissionAttribute(SecurityAction.Demand, Unrestricted = true)]
[PermissionSetAttribute(SecurityAction.InheritanceDemand, Name = "FullTrust")]
public class HandwrittenTextInsertion
[SecurityPermissionAttribute(SecurityAction::Demand, Unrestricted = true)]
[PermissionSetAttribute(SecurityAction::InheritanceDemand, Name = L"FullTrust")]
public ref class HandwrittenTextInsertion
/** @attribute SecurityPermissionAttribute(SecurityAction.Demand, Unrestricted = true) */
/** @attribute PermissionSetAttribute(SecurityAction.InheritanceDemand, Name = "FullTrust") */
public class HandwrittenTextInsertion
public class HandwrittenTextInsertion

备注

使用 HandwrittenTextInsertion,应用程序开发人员可轻松为应用程序添加强大的文本更正支持。输入面板组件使用文本服务框架 (TSF) 来处理将文本与识别结果一起插入文本控件的操作。

文本服务为应用程序提供文本,并且不需要了解有关生成或接收文本的应用程序的任何细节。TSF 通过一组 COM 接口来将其框架向应用程序和文本服务公开。有关文本服务框架的更多信息,请参见Text Services Framework。

在使用自定义墨迹图面或语音识别输入文本,并且要在启用文本服务的文本字段中显示文本的位置上,应用程序使用 HandwrittenTextInsertion,而不是将文本直接发送到文本字段。

继承层次结构

System.Object
  Microsoft.Ink.TextInput.HandwrittenTextInsertion

线程安全

此类型的任何公共 static(在 Visual Basic 中为 Shared) 成员都是线程安全的。但不保证所有实例成员都是线程安全的。

平台

Windows Vista, Windows XP SP2, Windows Server 2003

.NET Framework 和 .NET Compact Framework 并不是对每个平台的所有版本都提供支持。有关支持的版本的列表,请参见.NET Framework 系统要求

版本信息

.NET Framework

受以下版本支持:3.0

另请参见

参考

HandwrittenTextInsertion 成员

Microsoft.Ink.TextInput 命名空间