AutoCorrect.OtherCorrectionsExceptions 属性

定义

返回一个OtherCorrectionsExceptions集合,该集合代表 Microsoft Word不会自动更正的字词列表。

public:
 property Microsoft::Office::Interop::Word::OtherCorrectionsExceptions ^ OtherCorrectionsExceptions { Microsoft::Office::Interop::Word::OtherCorrectionsExceptions ^ get(); };
public Microsoft.Office.Interop.Word.OtherCorrectionsExceptions OtherCorrectionsExceptions { get; }
member this.OtherCorrectionsExceptions : Microsoft.Office.Interop.Word.OtherCorrectionsExceptions
Public ReadOnly Property OtherCorrectionsExceptions As OtherCorrectionsExceptions

属性值

注解

此列表对应于“自动更正异常”对话框中“其他更正”选项卡上的“自动更正”异常列表 (“自动更正”命令、“工具”菜单) 。

适用于