HangulHanjaConversionDictionaries.Add Method

Returns a Dictionary object that represents a new conversion dictionary added to the collection of active custom conversion dictionaries.

Namespace:  Microsoft.Office.Interop.Word
Assembly:  Microsoft.Office.Interop.Word (in Microsoft.Office.Interop.Word.dll)

Syntax

'Declaration
Function Add ( _
    FileName As String _
) As Dictionary
'Usage
Dim instance As HangulHanjaConversionDictionaries
Dim FileName As String
Dim returnValue As Dictionary

returnValue = instance.Add(FileName)
Dictionary Add(
    string FileName
)

Parameters

  • FileName
    Type: System.String
    Required String. The string name of the dictionary file. If no path is specified in the string, the proofing tools path is used.

Return Value

Type: Microsoft.Office.Interop.Word.Dictionary

Remarks

If a file with the name specified by FileName doesn't exist, Microsoft Word creates one.

Use the HangulHanjaDictionaries property to return the collection of custom conversion dictionaries. The HangulHanjaConversionDictionaries collection includes only the active custom conversion dictionaries.

See Also

Reference

HangulHanjaConversionDictionaries Interface

HangulHanjaConversionDictionaries Members

Microsoft.Office.Interop.Word Namespace