SpellingSuggestions 接口
定义
重要
一些信息与预发行产品相关,相应产品在发行之前可能会进行重大修改。 对于此处提供的信息,Microsoft 不作任何明示或暗示的担保。
对象的集合 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 集合。 SpellingSuggestions 方法,应用于 应用程序 对象,必须指定要检查的单词。 当 GetSpellingSuggestions 方法应用于区域时,将检查范围中的第一个单词。
不能在拼写建议集合中添加或删除建议。 拼写建议是从主词典或自定义词典文件中获取的。
属性
Application |
返回一个 Application 对象,该对象代表 Microsoft Word 应用程序。 |
Count |
返回指定集合中的项数。 |
Creator |
返回一个 32 位整数,它指示在其中创建指定的对象的应用程序。 |
Item[Int32] |
返回集合中的单个对象。 |
Parent |
返回一个对象,代表指定对象的父对象。 |
SpellingErrorType |
返回拼写错误类型。 |
方法
GetEnumerator() |
对象的集合 SpellingSuggestion ,这些对象表示指定单词或指定区域中第一个单词的所有建议。 |