HangulHanjaConversionDictionaries.Add(String) Method

Definition

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

public:
 Microsoft::Office::Interop::Word::Dictionary ^ Add(System::String ^ FileName);
public Microsoft.Office.Interop.Word.Dictionary Add (string FileName);
abstract member Add : string -> Microsoft.Office.Interop.Word.Dictionary
Public Function Add (FileName As String) As Dictionary

Parameters

FileName
String

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

Returns

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.

Applies to