TwoInitialCapsExceptions 接口

定义

对象的集合 TwoInitialCapsException ,这些对象代表“自动更正异常”对话框中“INitial CAps”选项卡上列出的所有项。

public interface class TwoInitialCapsExceptions : System::Collections::IEnumerable
[System.Runtime.InteropServices.Guid("00020944-0000-0000-C000-000000000046")]
public interface TwoInitialCapsExceptions : System.Collections.IEnumerable
type TwoInitialCapsExceptions = interface
    interface IEnumerable
Public Interface TwoInitialCapsExceptions
Implements IEnumerable
属性
实现

注解

TwoInitialCapsExceptions使用 属性可返回 TwoInitialCapsExceptions 集合。

TwoInitialCapsAutoAdd如果 属性为 True,则单词会自动添加到初始大写异常列表中。 Add(String)使用 方法将项添加到 TwoInitialCapsExceptions 集合。

使用 TwoInitialCapsExceptions (index) (其中 index 是初始大写字母名称或索引号)可返回单个 TwoInitialCapsException 对象。

索引号代表 TwoInitialCapsExceptions 集合中首字母大写例外的位置。

属性

Application

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

Count

返回指定集合中的项数。

Creator

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

Item[Object]

返回集合中的单个对象。

Parent

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

方法

Add(String)

返回一个 TwoInitialCapsExceptions 对象,该对象表示添加到自动更正异常列表的新异常。

GetEnumerator()

对象的集合 TwoInitialCapsException ,这些对象代表“自动更正异常”对话框中“INitial CAps”选项卡上列出的所有项。

适用于