SynonymInfo.PartOfSpeechList 属性
定义
重要
一些信息与预发行产品相关,相应产品在发行之前可能会进行重大修改。 对于此处提供的信息,Microsoft 不作任何明示或暗示的担保。
返回对应于其含义的单词或短语在同义词库中查找找到词性的列表。 作为一个整数数组,则返回列表。
public:
property System::Object ^ PartOfSpeechList { System::Object ^ get(); };
public object PartOfSpeechList { get; }
member this.PartOfSpeechList : obj
Public ReadOnly Property PartOfSpeechList As Object
属性值
注解
语音部分的列表以数组的形式返回,其中包含以下 WdPartOfSpeech 常量: wdAdjective、 wdAdverb、 wdConjunction、 wdIdiom、 wdInterjection、 wdNoun、 wdOther、 wdPreposition、 wdPronoun 和 wdVerb。 数组元素的排序与 属性返回 MeaningList 的元素相对应。