共用方式為


HandwrittenTextInsertion 類別

由應用程式的自訂文字輸入程式碼用來將文字插入至文字欄位和 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

備註

應用程式開發人員可以使用 HandwrittenTextInsertion,輕鬆地在應用程式中加入強大的文字修正支援功能。輸入面板元件會使用 Text Services Framework (TSF),處理在文字控制項中插入文字和辨識結果的作業。

文字服務提供文字給應用程式時,並不需要產生或接收文字之應用程式的任何詳細資訊。TSF 會透過一組 COM 介面,將其架構公開給應用程式和文字服務。如需 Text Services Framework 的詳細資訊,請參閱 Text Services Framework。

使用自訂筆墨介面或語音辨識輸入文字時,或在啟用文字服務的文字欄位中顯示文字時,應用程式會使用 HandwrittenTextInsertion,而不會直接將文字傳送至文字欄位。

繼承階層架構

System.Object
  Microsoft.Ink.TextInput.HandwrittenTextInsertion

執行緒安全

這個型別的任何 Public 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 命名空間