_Application.HangulHanjaDictionaries Property
Returns a HangulHanjaConversionDictionaries collection that represents all the active custom conversion dictionaries.
Namespace: Microsoft.Office.Interop.Word
Assembly: Microsoft.Office.Interop.Word (in microsoft.office.interop.word.dll)
Usage
Dim _Application1 As _Application
Dim returnValue As HangulHanjaConversionDictionaries
returnValue = _Application1.HangulHanjaDictionaries
Syntax
ReadOnly Property HangulHanjaDictionaries() As HangulHanjaConversionDictionaries
HangulHanjaConversionDictionaries HangulHanjaDictionaries {get;}
property HangulHanjaConversionDictionaries^ HangulHanjaDictionaries{
HangulHanjaConversionDictionaries^ get();
}
public HangulHanjaConversionDictionaries get_HangulHanjaDictionaries();
function get HangulHanjaDictionaries() : HangulHanjaConversionDictionaries;
Remarks
Active custom conversion dictionaries are marked with a check in the Custom Dictionaries dialog box (on the Tools menu, click Options, then click the Spelling & Grammar tab, and then click the Custom Dictionaries button).
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
_Application Interface
Microsoft.Office.Interop.Word Namespace