SynonymInfo.PartOfSpeechList Propriété
Définition
Important
Certaines informations portent sur la préversion du produit qui est susceptible d’être en grande partie modifiée avant sa publication. Microsoft exclut toute garantie, expresse ou implicite, concernant les informations fournies ici.
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é
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é.