Share via


HangulHanjaConversionDictionaries.BuiltinDictionary Property 

Returns a Dictionary object that represents the main dictionary Microsoft Word uses during conversion between Hangul and Hanja.

Namespace: Microsoft.Office.Interop.Word
Assembly: Microsoft.Office.Interop.Word (in microsoft.office.interop.word.dll)

Usage

Dim hangulHanjaConversionDictionaries1 As HangulHanjaConversionDictionaries

Dim returnValue As Dictionary
returnValue = hangulHanjaConversionDictionaries1.BuiltinDictionary

Syntax

ReadOnly Property BuiltinDictionary() As Dictionary
Dictionary BuiltinDictionary {get;}
property Dictionary^ BuiltinDictionary{
    Dictionary^ get();
}
public Dictionary get_BuiltinDictionary();
function get BuiltinDictionary() : Dictionary;

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

HangulHanjaConversionDictionaries Interface
Microsoft.Office.Interop.Word Namespace

Other Resources

HangulHanjaConversionDictionaries Members