Edit

Share via


SynonymInfo.AntonymList Property

Definition

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.

Applies to