Dictionaries.ActiveCustomDictionary 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 or sets a Dictionary object that represents the custom dictionary to which words will be added.
public:
property Microsoft::Office::Interop::Word::Dictionary ^ ActiveCustomDictionary { Microsoft::Office::Interop::Word::Dictionary ^ get(); void set(Microsoft::Office::Interop::Word::Dictionary ^ value); };
public Microsoft.Office.Interop.Word.Dictionary ActiveCustomDictionary { get; set; }
member this.ActiveCustomDictionary : Microsoft.Office.Interop.Word.Dictionary with get, set
Public Property ActiveCustomDictionary As Dictionary