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)
Syntax
'Declaration
Sub ClearAll
'Usage
Dim instance As HangulHanjaConversionDictionaries
instance.ClearAll()
void 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).
See Also
Reference
HangulHanjaConversionDictionaries Interface