SynonymInfo.SynonymList[Object] 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 de synonymes pour un sens spécifié d'un mot ou une phrase. La liste est renvoyée sous forme de tableau de chaînes.
public:
property System::Object ^ SynonymList[System::Object ^ %] { System::Object ^ get(System::Object ^ % Meaning); };
public object SynonymList[ref object Meaning] { get; }
member this.SynonymList(obj) : obj
Public ReadOnly Property SynonymList(ByRef Meaning As Object) As Object
Paramètres
- Meaning
- Object
Objet obligatoire. Signification sous la forme d’une chaîne ou d’un numéro d’index dans le tableau des significations possibles.