共用方式為


Word) (Language.ActiveGrammarDictionary 屬性

會傳回代表指定語言之使用中文法字典的 Dictionary 物件。 唯讀。

語法

expressionActiveGrammarDictionary

表達 代表 'Language' 物件的變數。

註解

如果沒有安裝指定語言的文法字典,這個屬性會傳回 Nothing

範例

本範例會顯示使用中文法字典的檔案路徑及檔案名稱。

Dim lngLanguage As Long 
Dim dicGrammar As Dictionary 
 
lngLanguage = Selection.LanguageID 
Set dicGrammar = Languages(lngLanguage).ActiveGrammarDictionary 
MsgBox dicGrammar.Path & Application.PathSeparator & dicGrammar.Name

另請參閱

Language 物件

支援和意見反應

有關於 Office VBA 或這份文件的問題或意見反應嗎? 如需取得支援服務並提供意見反應的相關指導,請參閱 Office VBA 支援與意見反應