SynonymInfo.SynonymList Property
Returns a list of synonyms for a specified meaning of a 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 SynonymList ( _
ByRef Meaning As Object _
) As Object
Get
'Usage
Dim instance As SynonymInfo
Dim Meaning As Object
Dim value As Object
value = instance.SynonymList(Meaning)
Object this[
ref Object Meaning
] { get; }
Parameters
- Meaning
Type: System.Object%
Required Object. The meaning as a string or an index number in the array of possible meanings.
Property Value
Type: System.Object