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)

Usage

Dim synonymInfo1 As SynonymInfo

Dim returnValue As Integer
returnValue = synonymInfo1.MeaningCount

Syntax

ReadOnly Property MeaningCount() As Integer
int MeaningCount {get;}
property Int32 MeaningCount{
    Int32 get();
}
public int get_MeaningCount();
function get MeaningCount() : int;

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.

Thread Safety

Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.

Platforms

Development Platforms

Windows XP Home Edition, Windows XP Professional, Windows Server 2003, and Windows 2000

Target Platforms

See Also

Reference

SynonymInfo Interface
Microsoft.Office.Interop.Word Namespace

Other Resources

SynonymInfo Members