SpellingSuggestions インターフェイス

定義

指定した単語または指定した範囲内の最初の SpellingSuggestion 単語のすべての候補を表すオブジェクトのコレクション。

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

注釈

または Range オブジェクトの GetSpellingSuggestions メソッドをApplication使用して、SpellingSuggestions コレクションを取得します。 Application オブジェクトに適用する場合、 SpellingSuggestions メソッドにはチェックする単語を指定する必要があります。 GetSpellingSuggestions メソッドを指定範囲に使用する場合、指定範囲の最初の単語がチェックされます。

修正候補のコレクションに候補を追加したり、削除することはできません。 修正候補はメイン辞書およびユーザー辞書を基に表示されます。

プロパティ

Application

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

Count

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

Creator

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

Item[Int32]

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

Parent

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

SpellingErrorType

スペル チェック エラーの種類を返します。

メソッド

GetEnumerator()

指定した単語または指定した範囲内の最初の SpellingSuggestion 単語のすべての候補を表すオブジェクトのコレクション。

適用対象