OMathAutoCorrectEntries.Add(String, String) Méthode
Définition
Important
Certaines informations portent sur la préversion du produit qui est susceptible d’être en grande partie modifiée avant sa publication. Microsoft exclut toute garantie, expresse ou implicite, concernant les informations fournies ici.
Crée une entrée de correction automatique d’équation et retourne un OMathAutoCorrectEntry objet .
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
Paramètres
- Name
- String
Chaîne obligatoire Nom de l’entrée de correction automatique. Correspond à la Name propriété de l’objet OMathAutoCorrectEntry .
- Value
- String
Chaîne obligatoire Valeur de l’entrée de correction automatique. Correspond à la Value propriété de l’objet OMathAutoCorrectEntry .