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


PropertyGuidsForAnalysisHintsBase.Wordlist - поле

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

Specifies the globally unique identifier (GUID) for getting and setting the String array that represents the word list for an analysis hint.

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

Синтаксис

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

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

Заметки

This field represents the word list on a ContextNode of type AnalysisHint. The word list is the list of words for the hint.

Примеры

The following example demonstrates the Wordlist field.

' Get the list of words in the analysis hint
If myAnalysisHintNode.ContainsPropertyData( _
   PropertyGuidsForAnalysisHints.Wordlist) Then
    Dim myWordlist() As String = _
        CType(myAnalysisHintNode.GetPropertyData( _
        PropertyGuidsForAnalysisHints.Wordlist), String())
End If
// Get the list of words in the analysis hint
if (myAnalysisHintNode.ContainsPropertyData(PropertyGuidsForAnalysisHints.Wordlist))
{
    string [] myInkRecognizerGuideBaseByGuid =
        (string [])myAnalysisHintNode.GetPropertyData(PropertyGuidsForAnalysisHints.Wordlist);
}

Платформы

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 - пространство имен