Dictionaries.ActiveCustomDictionary 属性

定义

返回或设置一个 Dictionary 对象,该对象代表将向其添加单词的自定义词典。

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

属性值

适用于