SynonymInfo.MeaningCount Property

Returns the number of entries in the list of meanings found in the thesaurus for the word or phrase. Returns 0 (zero) if no meanings were found.

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

Syntax

'Declaration
ReadOnly Property MeaningCount As Integer
    Get
'Usage
Dim instance As SynonymInfo
Dim value As Integer

value = instance.MeaningCount
int MeaningCount { get; }

Property Value

Type: System.Int32

Remarks

Each meaning represents a unique list of synonyms for the word or phrase.

The lists of related words, related expressions, and antonyms aren't counted as entries in the list of meanings.

See Also

Reference

SynonymInfo Interface

SynonymInfo Members

Microsoft.Office.Interop.Word Namespace