RichTextBox.GetNextSpellingErrorPosition Metodo
Definizione
Importante
Alcune informazioni sono relative alla release non definitiva del prodotto, che potrebbe subire modifiche significative prima della release definitiva. Microsoft non riconosce alcuna garanzia, espressa o implicita, in merito alle informazioni qui fornite.
Restituisce un TextPointer che punta al successivo errore di ortografia nel contenuto del controllo RichTextBox.
public:
System::Windows::Documents::TextPointer ^ GetNextSpellingErrorPosition(System::Windows::Documents::TextPointer ^ position, System::Windows::Documents::LogicalDirection direction);
public System.Windows.Documents.TextPointer GetNextSpellingErrorPosition (System.Windows.Documents.TextPointer position, System.Windows.Documents.LogicalDirection direction);
member this.GetNextSpellingErrorPosition : System.Windows.Documents.TextPointer * System.Windows.Documents.LogicalDirection -> System.Windows.Documents.TextPointer
Public Function GetNextSpellingErrorPosition (position As TextPointer, direction As LogicalDirection) As TextPointer
Parametri
- position
- TextPointer
Un TextPointer che indica una posizione a partire dalla quale cercare il successivo errore di ortografia.
- direction
- LogicalDirection
Oggetto LogicalDirection in cui cercare l'errore ortografico successivo, a partire dall'oggetto specificato position
.
Restituisce
Un TextPointer che punta al successivo errore di ortografia nel contenuto del RichTextBox, o null
se non esiste alcun errore di ortografia.