InputScope.PhraseList プロパティ

定義

入力プロセッサが推奨入力パターンとして使用する句のコレクションを取得します。

public:
 property System::Collections::IList ^ PhraseList { System::Collections::IList ^ get(); };
public System.Collections.IList PhraseList { get; }
member this.PhraseList : System.Collections.IList
Public ReadOnly Property PhraseList As IList

プロパティ値

入力プロセッサが推奨入力パターンとして使用する句のコレクションを格納するオブジェクト。 このオブジェクトは、IList インターフェイスを実装します。

このプロパティには既定値はありません。

適用対象