Language.ActiveSpellingDictionary Property
Returns a Dictionary object that represents the active spelling 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.ActiveSpellingDictionary
Syntax
ReadOnly Property ActiveSpellingDictionary() As Dictionary
Dictionary ActiveSpellingDictionary {get;}
property Dictionary^ ActiveSpellingDictionary{
Dictionary^ get();
}
public Dictionary get_ActiveSpellingDictionary();
function get ActiveSpellingDictionary() : Dictionary;
Remarks
If there's no spelling 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