次の方法で共有


AutoCorrect.OtherCorrectionsExceptions プロパティ

定義

OtherCorrectionsExceptions Microsoft Wordが自動的に修正しない単語の一覧を表すコレクションを返します。

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

プロパティ値

注釈

この一覧は、[オートコレクトの例外] ダイアログ ボックスの [その他の修正] タブのオートコレクト例外の一覧に対応します ([オートコレクト] コマンドの [ツール] メニュー)。

適用対象