Language.ActiveSpellingDictionary 属性

定义

返回一个 Dictionary 对象,该对象表示指定语言的活动拼写词典。

public:
 property Microsoft::Office::Interop::Word::Dictionary ^ ActiveSpellingDictionary { Microsoft::Office::Interop::Word::Dictionary ^ get(); };
public Microsoft.Office.Interop.Word.Dictionary ActiveSpellingDictionary { get; }
member this.ActiveSpellingDictionary : Microsoft.Office.Interop.Word.Dictionary
Public ReadOnly Property ActiveSpellingDictionary As Dictionary

属性值

注解

如果没有为指定语言安装拼写词典,则此属性返回 Nothing

适用于