Language.ActiveGrammarDictionary Property
Returns a Dictionary object that represents the active grammar dictionary for the specified language.
Namespace: Microsoft.Office.Interop.Word
Assembly: Microsoft.Office.Interop.Word (in microsoft.office.interop.word.dll)
Usage
Dim language1 As Language
Dim returnValue As Dictionary
returnValue = language1.ActiveGrammarDictionary
Syntax
ReadOnly Property ActiveGrammarDictionary() As Dictionary
Dictionary ActiveGrammarDictionary {get;}
property Dictionary^ ActiveGrammarDictionary{
Dictionary^ get();
}
public Dictionary get_ActiveGrammarDictionary();
function get ActiveGrammarDictionary() : Dictionary;
Remarks
If there's no grammar dictionary installed for the specified language, this property returns Nothing.
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
Language Interface
Microsoft.Office.Interop.Word Namespace