Freigeben über


OMathAutoCorrectEntries.Add(String, String) Methode

Definition

Erstellt einen automatisch korrigierten Formeleintrag und gibt ein OMathAutoCorrectEntry -Objekt zurück.

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

Parameter

Name
String

Erforderliche Zeichenfolge Der Name des AutoKorrektur-Eintrags. Entspricht der Name -Eigenschaft des OMathAutoCorrectEntry -Objekts.

Value
String

Erforderliche Zeichenfolge Der Wert des AutoKorrektur-Eintrags. Entspricht der Value -Eigenschaft des OMathAutoCorrectEntry -Objekts.

Gibt zurück

OMathAutoCorrectEntry

Gilt für: