共用方式為


Recognizers 類別

包含 Recognizer 物件,這個物件表示建立「辨識器內容」、擷取其屬性 (Attribute) 和屬性 (Property),以及判斷「辨識器」必須對哪些「封包」屬性 (Property) 執行辨識的能力。

命名空間:  Microsoft.Ink
組件:  Microsoft.Ink (在 Microsoft.Ink.dll 中)

語法

'宣告
<PermissionSetAttribute(SecurityAction.InheritanceDemand, Name := "FullTrust")> _
Public Class Recognizers _
    Implements ICollection, IEnumerable
'用途
Dim instance As Recognizers
[PermissionSetAttribute(SecurityAction.InheritanceDemand, Name = "FullTrust")]
public class Recognizers : ICollection, 
    IEnumerable
[PermissionSetAttribute(SecurityAction::InheritanceDemand, Name = L"FullTrust")]
public ref class Recognizers : ICollection, 
    IEnumerable
/** @attribute PermissionSetAttribute(SecurityAction.InheritanceDemand, Name = "FullTrust") */
public class Recognizers implements ICollection, 
    IEnumerable
public class Recognizers implements ICollection, IEnumerable

備註

語言辨識器在其 Languages 屬性中有非空白陣列。筆勢辨識器在其 Languages 屬性中有空白陣列,而且在其 Capabilities 屬性中未設定 RecognizerCapabilities 旗標。

如需辨識的詳細資訊,請參閱About Handwriting Recognition

繼承階層架構

System.Object
  Microsoft.Ink.Recognizers

執行緒安全

這個型別的任何 Public static (在 Visual Basic 中為 Shared) 成員都具備執行緒安全。並非所有的執行個體成員都是安全執行緒。

平台

Windows Vista

.NET Framework 和 .NET Compact Framework 並不支援各種平台的所有版本。如需支援平台版本的相關資訊,請參閱 .NET Framework 系統需求

版本資訊

.NET Framework

支援版本:3.0

請參閱

參考

Recognizers 成員

Microsoft.Ink 命名空間

Recognizer

Recognizer.Languages

Recognizer.Capabilities

RecognizerCapabilities