Language.ActiveThesaurusDictionary Property
Returns a Dictionary object that represents the active thesaurus dictionary for the specified language.
Namespace: Microsoft.Office.Interop.Word
Assembly: Microsoft.Office.Interop.Word (in Microsoft.Office.Interop.Word.dll)
Syntax
'Declaration
ReadOnly Property ActiveThesaurusDictionary As Dictionary
Get
'Usage
Dim instance As Language
Dim value As Dictionary
value = instance.ActiveThesaurusDictionary
Dictionary ActiveThesaurusDictionary { get; }
Property Value
Type: Microsoft.Office.Interop.Word.Dictionary
Remarks
If there's no thesaurus dictionary installed for the specified language, this property returns Nothing.