Language.ActiveHyphenationDictionary Property 

Returns a Dictionary object that represents the active hyphenation 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.ActiveHyphenationDictionary

Syntax

ReadOnly Property ActiveHyphenationDictionary() As Dictionary
Dictionary ActiveHyphenationDictionary {get;}
property Dictionary^ ActiveHyphenationDictionary{
    Dictionary^ get();
}
public Dictionary get_ActiveHyphenationDictionary();
function get ActiveHyphenationDictionary() : Dictionary;

Remarks

If there's no hyphenation 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

Other Resources

Language Members