UserDictionaryDescription Object (IUserDictionaryDescription Interface)
This object provides access to a user dictionary. The IUserDictionaryDescription interface is derived from the IDictionaryDescription interface and inherits all its properties.
A user dictionary can be created by the user with the help of the Dictionary object. The path to the created dictionary is specified in the FileName property of the UserDictionaryDescription object. Then the configured object is added to the collection of dictionary descriptions of a language.
Properties
Name | Type | Description |
---|---|---|
FileName | BSTR | The path to the user dictionary file. This property does not check the validity of the dictionary, which will be done later when the dictionary is used. |
Related objects
Output parameter
This object is the output parameter of the Item, AddNew methods of the DictionaryDescriptions object.
Samples
The object is used in the following code samples: CustomLanguage.
See also
7/3/2024 8:50:25 AM