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


InkRecognizerCollection - класс

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

Contains InkRecognizer objects that represent the ability to recognize handwriting from various locales.

Пространство имен:  Microsoft.Ink
Сборка:  Microsoft.Ink.Analysis (в Microsoft.Ink.Analysis.dll)

Синтаксис

'Декларация
Public Class InkRecognizerCollection _
    Implements ICollection, IEnumerable
'Применение
Dim instance As InkRecognizerCollection
public class InkRecognizerCollection : ICollection, 
    IEnumerable
public ref class InkRecognizerCollection : ICollection, 
    IEnumerable
public class InkRecognizerCollection implements ICollection, 
    IEnumerable
public class InkRecognizerCollection implements ICollection, IEnumerable

Заметки

The GetInkRecognizersByPriority method of the InkAnalyzer class returns an InkRecognizerCollection containing the ink recognizers available on the current Tablet PC.

For a language recognizer, the InkRecognizer.GetLanguages method returns a non-empty array. For both gesture recognizers and object recognizers, the GetLanguages method returns an empty array.

Примеры

The following example gets the first InkRecognizer from the InkRecognizerCollection, theInkRecognizers.

' Get the first recognizer from the InkRecognizerCollection.
Dim theFirstInkRecognizer As Microsoft.Ink.InkRecognizer = _
    theInkRecognizers.GetPriorityInkRecognizer()
            // Get the first recognizer from the InkRecognizerCollection.
            Microsoft.Ink.InkRecognizer theFirstInkRecognizer =
                theInkRecognizers.GetPriorityInkRecognizer();

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

System.Object
  Microsoft.Ink.InkRecognizerCollection

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

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

Платформы

Windows Vista

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

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

.NET Framework

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

См. также

Ссылки

InkRecognizerCollection - члены

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

InkAnalyzer.GetInkRecognizersByPriority

Microsoft.Ink.InkRecognizer