Share via


SpellingSuggestion インターフェイス

定義

1 つの修正候補スペル ミスの単語を表します。

public interface class SpellingSuggestion
[System.Runtime.InteropServices.Guid("000209AB-0000-0000-C000-000000000046")]
public interface SpellingSuggestion
type SpellingSuggestion = interface
Public Interface SpellingSuggestion
属性

注釈

SpellingSuggestion オブジェクトは、コレクションのSpellingSuggestionsメンバーです。 SpellingSuggestions コレクションには、指定範囲内の指定した単語をまたは最初の単語のすべての提案が含まれています。

1 つの SpellingSuggestion オブジェクトを返すには、インデックス番号である indexSpellingSuggestions() をindex使用します。

SpellSuggestions オブジェクトの プロパティはCount、単語のスペルが正しい場合、または候補がない場合は 0 (ゼロ) を返します。

プロパティ

Application

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

Creator

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

Name

指定したオブジェクトの名前を設定または返します。

Parent

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

適用対象