_Global.CustomDictionaries Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Returns a Dictionaries object that represents the collection of active custom dictionaries. Active custom dictionaries are marked with a check in the Custom Dictionaries dialog box.
public:
property Microsoft::Office::Interop::Word::Dictionaries ^ CustomDictionaries { Microsoft::Office::Interop::Word::Dictionaries ^ get(); };
public Microsoft.Office.Interop.Word.Dictionaries CustomDictionaries { get; }
member this.CustomDictionaries : Microsoft.Office.Interop.Word.Dictionaries
Public ReadOnly Property CustomDictionaries As Dictionaries