OtherCorrectionsExceptions.Add(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.
Renvoie un OtherCorrectionsException objet qui représente une nouvelle exception ajoutée à la liste des exceptions de correction automatique.
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
Paramètres
- Name
- String
Argument de type String obligatoire. Mot que Microsoft Word doit ignorer.
Retours
Remarques
Si la OtherCorrectionsAutoAdd propriété a la valeur true, les mots sont automatiquement ajoutés à la liste des autres exceptions de correction.