OMathAutoCorrectEntries.Add(String, String) 方法

定义

创建公式自动更正条目并返回 对象 OMathAutoCorrectEntry

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

参数

Name
String

必需 字符串 自动更正条目的名称。 对应于 Name 对象的 属性 OMathAutoCorrectEntry

Value
String

必需 字符串 自动更正条目的值。 对应于 Value 对象的 属性 OMathAutoCorrectEntry

返回

OMathAutoCorrectEntry

适用于