SynonymInfo.RelatedExpressionList Property

Returns a list of expressions related to the specified 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 RelatedExpressionList As Object
    Get
'Usage
Dim instance As SynonymInfo
Dim value As Object

value = instance.RelatedExpressionList
Object RelatedExpressionList { get; }

Property Value

Type: System.Object

Remarks

Typically, there are very few related expressions found in the thesaurus.

See Also

Reference

SynonymInfo Interface

SynonymInfo Members

Microsoft.Office.Interop.Word Namespace