InputScope.PhraseList 属性
定义
重要
一些信息与预发行产品相关,相应产品在发行之前可能会进行重大修改。 对于此处提供的信息,Microsoft 不作任何明示或暗示的担保。
获取要由输入处理器用作推荐输入模式的词组集合。
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 接口。
此属性没有默认值。