SynonymInfo.AntonymList Property

Returns a list of antonyms for the word or phrase. The list is returned as an array of strings.

Namespace:  Microsoft.Office.Interop.Word
Assembly:  Microsoft.Office.Interop.Word (in Microsoft.Office.Interop.Word.dll)

Syntax

'Declaration
ReadOnly Property AntonymList As Object
    Get
'Usage
Dim instance As SynonymInfo
Dim value As Object

value = instance.AntonymList
Object AntonymList { get; }

Property Value

Type: System.Object

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.

See Also

Reference

SynonymInfo Interface

SynonymInfo Members

Microsoft.Office.Interop.Word Namespace