Поделиться через


HandwrittenTextInsertion - класс

Обновлен: Ноябрь 2007

Used by the application's custom text entry code to insert the text into both the text field and the backing store of the Text Services Framework (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

Заметки

With HandwrittenTextInsertion an application developer can easily add powerful text correction support to applications. The Input Panel component hadles inserting the text along with the recongnition results into the text control using Text Services Framework (TSF).

Text services supply text to applications in a way that does not require any detailed knowledge of the applications that produce or receive the text. TSF exposes its framework to applications and text services through a set of COM interfaces. For more information on Text Services Framework, see Text Services Framework.

At the point at which text is entered using a custom inking surface or speech recognition and is to be displayed in a text services enabled text field, the application uses HandwrittenTextInsertion instead of sending it directly to the text field.

Иерархия наследования

System.Object
  Microsoft.Ink.TextInput.HandwrittenTextInsertion

Потокобезопасность

Любые открытые члены этого типа, объявленные как static (Shared в Visual Basic), являются потокобезопасными. Потокобезопасность членов экземпляров не гарантируется.

Платформы

Windows Vista, Windows XP с пакетом обновления 2 (SP2), Windows Server 2003

Среды .NET Framework и .NET Compact Framework поддерживают не все версии каждой платформы. Поддерживаемые версии перечислены в разделе Требования к системе для .NET Framework.

Сведения о версии

.NET Framework

Поддерживается в версии: 3.0

См. также

Ссылки

HandwrittenTextInsertion - члены

Microsoft.Ink.TextInput - пространство имен