SynonymInfo.MeaningCount Property
Word Developer Reference |
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. Read-only Long.
Syntax
expression.MeaningCount
expression An expression that returns a SynonymInfo object.
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.
Example
This example checks to see whether any meanings were found for the selection. If any were found, the list of meanings is displayed in the Immediate window of the Visual Basic Editor.
Visual Basic for Applications |
---|
|
See Also