SynonymInfo.PartOfSpeechList Propriété

Définition

Renvoie une liste des catégories grammaticales correspondant aux significations trouvées pour le mot ou l'expression recherchés dans le dictionnaire des synonymes. La liste est retournée en tant que tableau d'entiers.

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

Valeur de propriété

Object

Remarques

La liste des parties grammaticales est renvoyée sous la forme d’un tableau constitué des WdPartOfSpeech constantes suivantes : wdAdjective, wdAdverb, wdConjunction, wdIdiom, WdInterjection, wdNoun, wdOther, wdPreposition, wdPronounet wdVerb. Les éléments du tableau sont triés pour correspondre aux éléments renvoyés par la MeaningList propriété.

S’applique à