OtherCorrectionsExceptions.Add(String) 方法

定义

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

public:
 Microsoft::Office::Interop::Word::OtherCorrectionsException ^ Add(System::String ^ Name);
public Microsoft.Office.Interop.Word.OtherCorrectionsException Add (string Name);
abstract member Add : string -> Microsoft.Office.Interop.Word.OtherCorrectionsException
Public Function Add (Name As String) As OtherCorrectionsException

参数

Name
String

必需的 字符串 。 你希望 Microsoft Word忽略这个词。

返回

注解

OtherCorrectionsAutoAdd如果 属性为 True,则单词会自动添加到其他更正异常列表中。

适用于