SynonymInfo.PartOfSpeechList 属性

定义

返回对应于其含义的单词或短语在同义词库中查找找到词性的列表。 作为一个整数数组,则返回列表。

public:
 property System::Object ^ PartOfSpeechList { System::Object ^ get(); };
public object PartOfSpeechList { get; }
member this.PartOfSpeechList : obj
Public ReadOnly Property PartOfSpeechList As Object

属性值

注解

语音部分的列表以数组的形式返回,其中包含以下 WdPartOfSpeech 常量: wdAdjectivewdAdverbwdConjunctionwdIdiomwdInterjectionwdNounwdOtherwdPrepositionwdPronounwdVerb。 数组元素的排序与 属性返回 MeaningList 的元素相对应。

适用于