OtherCorrectionsExceptions インターフェイス

定義

Microsoft Wordが自動的に修正しない単語の一覧を表すオブジェクトのコレクションOtherCorrectionsException。 この一覧は、[オートコレクトの例外] ダイアログ ボックスの [その他の修正] タブのオートコレクト例外の一覧に対応します ([オートコレクト] コマンドの [ツール] メニュー)。

public interface class OtherCorrectionsExceptions : System::Collections::IEnumerable
[System.Runtime.InteropServices.Guid("000209DF-0000-0000-C000-000000000046")]
public interface OtherCorrectionsExceptions : System.Collections.IEnumerable
type OtherCorrectionsExceptions = interface
    interface IEnumerable
Public Interface OtherCorrectionsExceptions
Implements IEnumerable
属性
実装

注釈

OtherCorrectionsExceptionsOtherCorrectionsExceptions コレクションを取得するには、 プロパティを使用します。

プロパティの値が OtherCorrectionsAutoAddTrue の場合、単語はオートコレクト例外の一覧に自動的に追加されます。 メソッドを Add(String) 使用して、 OtherCorrectionsExceptions コレクションに項目を追加します。

OtherCorrectionsExceptions(index) index を使用して、名前またはインデックス番号を指定して、1 つの OtherCorrectionsException オブジェクトを返します。

インデックス番号は、OtherCorrectionsExceptions コレクションでのオートコレクトの例外処理の位置を表します。

プロパティ

Application

Application Microsoft Word アプリケーションを表す オブジェクトを返します。

Count

指定したコレクション内の項目の数を返します。

Creator

指定されたオブジェクトを作成したアプリケーションを示す 32 ビットの整数を取得します。

Item[Object]

コレクション内の各オブジェクトを返します。

Parent

指定されたオブジェクトの親オブジェクトを表すオブジェクトを取得します。

メソッド

Add(String)

オートコレクト例外の OtherCorrectionsException一覧に追加された新しい例外を表す 、 オブジェクトを返します。

GetEnumerator()

Microsoft Wordが自動的に修正しない単語の一覧を表すオブジェクトのコレクションOtherCorrectionsException。 この一覧は、[オートコレクトの例外] ダイアログ ボックスの [その他の修正] タブのオートコレクト例外の一覧に対応します ([オートコレクト] コマンドの [ツール] メニュー)。

適用対象