SynonymInfo.PartOfSpeechList Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Returns a list of the parts of speech corresponding to the meanings found for the word or phrase looked up in the thesaurus. The list is returned as an array of integers.
public:
property System::Object ^ PartOfSpeechList { System::Object ^ get(); };
public object PartOfSpeechList { get; }
member this.PartOfSpeechList : obj
Public ReadOnly Property PartOfSpeechList As Object
Property Value
Remarks
The list of the parts of speech is returned as an array consisting of the following WdPartOfSpeech constants: wdAdjective, wdAdverb, wdConjunction, wdIdiom, wdInterjection, wdNoun, wdOther, wdPreposition, wdPronoun, and wdVerb. The array elements are ordered to correspond to the elements returned by the MeaningList property.