次の方法で共有


Language.ActiveGrammarDictionary プロパティ

定義

指定した言語の Dictionary アクティブな文法辞書を表す オブジェクトを返します。

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

プロパティ値

注釈

指定した言語の文法辞書がインストールされていない場合、このプロパティは Nothing を返します。

適用対象