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 を返します。

適用対象