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


PropertyGuidsForAnalysisHintsBase.WordMode - поле

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

Specifies the globally unique identifier (GUID) for getting and setting the Boolean value that represents the word mode of an analysis hint.

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

Синтаксис

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

value = PropertyGuidsForAnalysisHintsBase.WordMode
public static readonly Guid WordMode
public:
static initonly Guid WordMode
public static final Guid WordMode
public static final var WordMode : Guid

Заметки

This field represents the word mode on a ContextNode of type AnalysisHint. Word mode determines whether the ink analyzer prioritizes single word recognition over multiple word recognition within the hint's area.

Примеры

The following example demonstrates the WordMode field.

' Determine whether the ink analyzer prioritizes single word results over multiple word results
If myAnalysisHintNode.ContainsPropertyData( _
   PropertyGuidsForAnalysisHints.WordMode) Then
    Dim myWordMode As Boolean = _
        CType(myAnalysisHintNode.GetPropertyData( _
        PropertyGuidsForAnalysisHints.WordMode), Boolean)
End If
// Determine whether the ink analyzer prioritizes single word results over multiple word results
if (myAnalysisHintNode.ContainsPropertyData(PropertyGuidsForAnalysisHints.WordMode))
{
    bool myInkRecognizerGuideBaseByGuid =
        (bool)myAnalysisHintNode.GetPropertyData(PropertyGuidsForAnalysisHints.WordMode);
}

Платформы

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

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

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

.NET Framework

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

См. также

Ссылки

PropertyGuidsForAnalysisHintsBase Класс

PropertyGuidsForAnalysisHintsBase - члены

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