SynonymInfo.MeaningCount Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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.
public:
property int MeaningCount { int get(); };
public int MeaningCount { get; }
member this.MeaningCount : int
Public ReadOnly Property MeaningCount As Integer
Property Value
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.