Partager via


PropertyGuidsForAnalysisHintsBase.Wordlist, champ

Mise à jour : November 2007

Spécifie l'identificateur global unique (GUID) permettant d'obtenir et de définir le tableau String qui représente la liste de mots pour une indication d'analyse.

Espace de noms :  System.Windows.Ink.AnalysisCore
Assembly :  IACore (dans IACore.dll)

Syntaxe

'Déclaration
Public Shared ReadOnly Wordlist As Guid
'Utilisation
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

Notes

Ce champ représente la liste de mots d'un ContextNode de type AnalysisHint. La liste de mots contient les mots nécessaires pour les indications.

Exemples

L'exemple suivant présente le champ Wordlist.

' 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);
}

Plateformes

Windows Vista, Windows XP SP2, Windows Server 2003

Le .NET Framework et le .NET Compact Framework ne prennent pas en charge toutes les versions de chaque plateforme. Pour obtenir la liste des versions prises en charge, consultez Configuration requise du .NET Framework.

Informations de version

.NET Framework

Pris en charge dans : 3.0

Voir aussi

Référence

PropertyGuidsForAnalysisHintsBase, classe

Membres PropertyGuidsForAnalysisHintsBase

System.Windows.Ink.AnalysisCore, espace de noms