TextBox.GetSpellingError(Int32) Méthode

Définition

Retourne un objet SpellingError associé à une faute d’orthographe à l’index de caractère spécifié.

public:
 System::Windows::Controls::SpellingError ^ GetSpellingError(int charIndex);
public System.Windows.Controls.SpellingError GetSpellingError (int charIndex);
member this.GetSpellingError : int -> System.Windows.Controls.SpellingError
Public Function GetSpellingError (charIndex As Integer) As SpellingError

Paramètres

charIndex
Int32

Index de base zéro du caractère d’une position dans le contenu où examiner une faute d’orthographe.

Retours

Objet SpellingError contenant les détails de la faute d’orthographe trouvée au caractère indiqué par charIndex, ou null s’il n’existe pas de faute d’orthographe au caractère spécifié.

S’applique à

Voir aussi