RichTextBox.GetSpellingErrorRange(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 TextRange comprenant tout mot mal orthographié à une position spécifique dans le contenu de la RichTextBox.
public:
System::Windows::Documents::TextRange ^ GetSpellingErrorRange(System::Windows::Documents::TextPointer ^ position);
public System.Windows.Documents.TextRange GetSpellingErrorRange (System.Windows.Documents.TextPointer position);
member this.GetSpellingErrorRange : System.Windows.Documents.TextPointer -> System.Windows.Documents.TextRange
Public Function GetSpellingErrorRange (position As TextPointer) As TextRange
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 TextRange comprenant tout mot mal orthographié et incluant le caractère spécifié par position
, ou null
si aucune faute d'orthographe n'existe au caractère spécifié.
Remarques
Un TextPointer like 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.