Share via


_Global.CheckSpelling Méthode

Définition

Vérifie si une chaîne fautes d'orthographe.

public bool CheckSpelling (string Word, ref object CustomDictionary, ref object IgnoreUppercase, ref object MainDictionary, ref object CustomDictionary2, ref object CustomDictionary3, ref object CustomDictionary4, ref object CustomDictionary5, ref object CustomDictionary6, ref object CustomDictionary7, ref object CustomDictionary8, ref object CustomDictionary9, ref object CustomDictionary10);
abstract member CheckSpelling : string * obj * obj * obj * obj * obj * obj * obj * obj * obj * obj * obj * obj -> bool
Public Function CheckSpelling (Word As String, Optional ByRef CustomDictionary As Object, Optional ByRef IgnoreUppercase As Object, Optional ByRef MainDictionary As Object, Optional ByRef CustomDictionary2 As Object, Optional ByRef CustomDictionary3 As Object, Optional ByRef CustomDictionary4 As Object, Optional ByRef CustomDictionary5 As Object, Optional ByRef CustomDictionary6 As Object, Optional ByRef CustomDictionary7 As Object, Optional ByRef CustomDictionary8 As Object, Optional ByRef CustomDictionary9 As Object, Optional ByRef CustomDictionary10 As Object) As Boolean

Paramètres

Word
String

Argument de type String obligatoire. Texte dont l'orthographe doit être vérifiée.

CustomDictionary
Object

Objet facultatif. Expression qui renvoie un Dictionary objet ou le nom de fichier du dictionnaire personnalisé.

IgnoreUppercase
Object

Objet facultatif. True si les majuscules sont ignorées. Si cet argument est omis, la valeur actuelle de la IgnoreUppercase propriété est utilisée.

MainDictionary
Object

Objet facultatif. Expression qui renvoie un objet Dictionary ou le nom de fichier du dictionnaire principal.

CustomDictionary2
Object

Objet facultatif. Expression qui renvoie un objet Dictionary ou le nom de fichier d'un dictionnaire personnel supplémentaire. Vous pouvez spécifier jusqu'à neuf dictionnaires supplémentaires.

CustomDictionary3
Object

Objet facultatif. Expression qui renvoie un objet Dictionary ou le nom de fichier d'un dictionnaire personnel supplémentaire.

CustomDictionary4
Object

Objet facultatif. Expression qui renvoie un objet Dictionary ou le nom de fichier d'un dictionnaire personnel supplémentaire.

CustomDictionary5
Object

Objet facultatif. Expression qui renvoie un objet Dictionary ou le nom de fichier d'un dictionnaire personnel supplémentaire.

CustomDictionary6
Object

Objet facultatif. Expression qui renvoie un objet Dictionary ou le nom de fichier d'un dictionnaire personnel supplémentaire.

CustomDictionary7
Object

Objet facultatif. Expression qui renvoie un objet Dictionary ou le nom de fichier d'un dictionnaire personnel supplémentaire.

CustomDictionary8
Object

Objet facultatif. Expression qui renvoie un objet Dictionary ou le nom de fichier d'un dictionnaire personnel supplémentaire.

CustomDictionary9
Object

Objet facultatif. Expression qui renvoie un objet Dictionary ou le nom de fichier d'un dictionnaire personnel supplémentaire.

CustomDictionary10
Object

Objet facultatif. Expression qui renvoie un objet Dictionary ou le nom de fichier d'un dictionnaire personnel supplémentaire.

Retours

Remarques

Cette propriété retourne True si la chaîne ne comporte aucune faute d’orthographe, et False si c’est le cas.

S’applique à