HangulHanjaConversionDictionaries.ClearAll Method 

Unloads all of the custom or conversion dictionaries.

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

Usage

Dim hangulHanjaConversionDictionaries1 As HangulHanjaConversionDictionaries
hangulHanjaConversionDictionaries1.ClearAll()

Syntax

Sub ClearAll()
void ClearAll();
public: Void ClearAll();
public void ClearAll();
function ClearAll();

Remarks

The ClearAll method when used on a Dictionaries or HangulHanjaConversionDictionaries object does not delete the custom or conversion dictionary files. After using this method, the number of custom or conversion dictionaries in the collection is 0 (zero).

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