TextBox.GetSpellingError(Int32) 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.
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é.