OtherCorrectionsExceptions.Add(String) Méthode

Définition

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

OtherCorrectionsException

Remarques

Si la OtherCorrectionsAutoAdd propriété a la valeur true, les mots sont automatiquement ajoutés à la liste des autres exceptions de correction.

S’applique à