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 OtherCorrectionsExceptionobjet , 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. Le mot que vous souhaitez que Microsoft Word ignorer.
Retours
Remarques
Si la propriété a la OtherCorrectionsAutoAdd valeur True, les mots sont automatiquement ajoutés à la liste des autres exceptions de correction.