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 接口。

此属性没有默认值。

适用于