SpellingSuggestion 接口

定义

表示为拼写错误的单词的拼写建议。

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

注解

SpellingSuggestion 对象是 集合的成员SpellingSuggestionsSpellingSuggestions 集合在指定的范围中包括指定单词或第一个单词的所有建议。

使用 SpellingSuggestions (index) (其中 index 是索引号)返回单个 SpellingSuggestion 对象。

Count如果拼写正确或没有建议,SpellingSuggestions 对象的 属性返回 0 (零) 。

属性

Application

返回一个 Application 对象,该对象代表 Microsoft Word 应用程序。

Creator

返回一个 32 位整数,它指示在其中创建指定的对象的应用程序。

Name

返回或设置指定对象的名称。

Parent

返回一个对象,代表指定对象的父对象。

适用于