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


ContextNodeType.TextWord - поле

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

Represents the type of node for the two-dimensional region where any non-ink text can exist in the document.

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

Синтаксис

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

value = ContextNodeType.TextWord
public static readonly Guid TextWord
public:
static initonly Guid TextWord
public static final Guid TextWord
public static final var TextWord : Guid

Заметки

The InkAnalyzer does not produce TextWord nodes. The application using the CreateSubNode method adds the TextWord nodes to the context node tree. The InkAnalyzer then uses the regions defined by the TextWord nodes to determine if any ink annotates the non-ink image.

Future recognizers may use the regions defined by the TextWord nodes to determine if any ink annotates the non-ink word.

A TextWord node cannot have any child elements

The Guid value for this ContextNodeType field is 4f84a842-2936-464c-ab61-3752451c2129.

Платформы

Windows Vista

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

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

.NET Framework

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

См. также

Ссылки

ContextNodeType Класс

ContextNodeType - члены

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

Microsoft.Ink.TextWordNode