RichTextBox.GetNextSpellingErrorPosition Metoda
Definice
Důležité
Některé informace platí pro předběžně vydaný produkt, který se může zásadně změnit, než ho výrobce nebo autor vydá. Microsoft neposkytuje žádné záruky, výslovné ani předpokládané, týkající se zde uváděných informací.
TextPointer Vrátí chybu, která odkazuje na další pravopisnou chybu v obsahu 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
Parametry
- position
- TextPointer
Označuje TextPointer pozici, ze které se má hledat další pravopisná chyba.
- direction
- LogicalDirection
A LogicalDirection , ve kterém chcete vyhledat další pravopisnou chybu, počínaje zadaným position.
Návraty
A TextPointer , který odkazuje na další pravopisnou chybu v obsahu RichTextBoxnebo null pokud neexistuje žádná další pravopisná chyba.