Language.ActiveGrammarDictionary Property

Definition

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

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

Property Value

Remarks

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

Applies to