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


ContextNodeTypeBase.CustomRecognizer - поле

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

Represents the type of node used for a single recognition operation.

Пространство имен:  System.Windows.Ink.AnalysisCore
Сборка:  IACore (в IACore.dll)

Синтаксис

'Декларация
Public Shared ReadOnly CustomRecognizer As Guid
'Применение
Dim value As Guid

value = ContextNodeTypeBase.CustomRecognizer
public static readonly Guid CustomRecognizer
public:
static initonly Guid CustomRecognizer
public static final Guid CustomRecognizer
public static final var CustomRecognizer : Guid

Заметки

All strokes and nodes that are under a CustomRecognizer node are recognized by an independent recognition operation and are not analyzed by the InkAnalyzerBase.

A CustomRecognizer node can contain the following types of child elements:

  • Any number of Unclassified Ink nodes.

  • Any number of Object nodes.

  • Any number of Line nodes.

  • Any number of InkWord nodes.

  • Any number of nodes with an unknown Guid value.

A CustomRecognizer node must be the direct child of the Root node.

The Guid value for this ContextNodeTypeBase field is 8a269227-2bd1-4281-ab62-79fa2418a5ac.

Платформы

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

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

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

.NET Framework

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

См. также

Ссылки

ContextNodeTypeBase Класс

ContextNodeTypeBase - члены

System.Windows.Ink.AnalysisCore - пространство имен