OMathRecognizedFunctions.Add(String) 方法

定义

创建新的识别函数并返回 对象 OMathRecognizedFunction

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

参数

Name
String

必需 字符串 识别的函数的名称。

返回

OMathRecognizedFunction

适用于