次の方法で共有


PropertyGuidsForAnalysisHintsBase.Wordlist フィールド

分析のヒントの単語リストを表す String 配列を取得および設定するためのグローバル一意識別子 (GUID) を指定します。

名前空間 :  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

解説

このフィールドは、AnalysisHint 型の ContextNode の単語リストを表しています。単語リストは、ヒントの単語のリストです。

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

プラットフォーム

Windows Vista, Windows XP SP2, Windows Server 2003

.NET Framework および .NET Compact Framework では、各プラットフォームのすべてのバージョンはサポートしていません。サポートされているバージョンについては、「.NET Framework システム要件」を参照してください。

バージョン情報

.NET Framework

サポート対象 : 3.0

参照

参照

PropertyGuidsForAnalysisHintsBase クラス

PropertyGuidsForAnalysisHintsBase メンバ

System.Windows.Ink.AnalysisCore 名前空間