RichTextBox.GetSpellingError(TextPointer) 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 à une position spécifiée dans le contenu de RichTextBox.
public:
System::Windows::Controls::SpellingError ^ GetSpellingError(System::Windows::Documents::TextPointer ^ position);
public System.Windows.Controls.SpellingError GetSpellingError (System.Windows.Documents.TextPointer position);
member this.GetSpellingError : System.Windows.Documents.TextPointer -> System.Windows.Controls.SpellingError
Public Function GetSpellingError (position As TextPointer) As SpellingError
Paramètres
- position
- TextPointer
TextPointer qui spécifie une position et un sens logique résolus en un caractère à examiner à la recherche d’une faute d’orthographe. Utilisez la propriété LogicalDirection de ce TextPointer pour spécifier le sens du caractère à examiner.
Retours
Objet SpellingError contenant les détails de la faute d’orthographe trouvée au caractère indiqué par position
, ou null
s’il n’existe pas de faute d’orthographe au caractère spécifié.
Remarques
Un TextPointer type semblable position
spécifie généralement une position entre deux caractères. Utilisez la LogicalDirection propriété de position
pour spécifier le caractère à examiner.