SynonymInfo.AntonymList 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 antonyms for the word or phrase. The list is returned as an array of strings.
public:
property System::Object ^ AntonymList { System::Object ^ get(); };
public object AntonymList { get; }
member this.AntonymList : obj
Public ReadOnly Property AntonymList As Object
Property Value
Remarks
The AntonymList property is a property of the SynonymInfo object, which can be returned from either a range or the application. If this object is returned from the application, you specify the word to look up and the language to use. When the object is returned from a range, the range is looked up using the language of the range.