Dictionaries.ActiveCustomDictionary Property
Returns or sets a Dictionary object that represents the custom dictionary to which words will be added.
Namespace: Microsoft.Office.Interop.Word
Assembly: Microsoft.Office.Interop.Word (in Microsoft.Office.Interop.Word.dll)
Syntax
'Declaration
Property ActiveCustomDictionary As Dictionary
Get
Set
'Usage
Dim instance As Dictionaries
Dim value As Dictionary
value = instance.ActiveCustomDictionary
instance.ActiveCustomDictionary = value
Dictionary ActiveCustomDictionary { get; set; }
Property Value
Type: Microsoft.Office.Interop.Word.Dictionary