Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
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.