Language.ActiveThesaurusDictionary Property

Definition

Returns a Dictionary object that represents the active thesaurus dictionary for the specified language.

public:
 property Microsoft::Office::Interop::Word::Dictionary ^ ActiveThesaurusDictionary { Microsoft::Office::Interop::Word::Dictionary ^ get(); };
public Microsoft.Office.Interop.Word.Dictionary ActiveThesaurusDictionary { get; }
member this.ActiveThesaurusDictionary : Microsoft.Office.Interop.Word.Dictionary
Public ReadOnly Property ActiveThesaurusDictionary As Dictionary

Property Value

Remarks

If there's no thesaurus dictionary installed for the specified language, this property returns Nothing.

Applies to