SynonymInfo.SynonymList[Object] 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 synonyms for a specified meaning of a word or phrase. The list is returned as an array of strings.
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
Parameters
- Meaning
- Object
Required Object. The meaning as a string or an index number in the array of possible meanings.