TextBox.GetNextSpellingErrorCharacterIndex(Int32, LogicalDirection) Metoda

Definice

Vrátí index počátečního znaku pro další pravopisnou chybu v obsahu textového pole.

public:
 int GetNextSpellingErrorCharacterIndex(int charIndex, System::Windows::Documents::LogicalDirection direction);
public int GetNextSpellingErrorCharacterIndex (int charIndex, System.Windows.Documents.LogicalDirection direction);
member this.GetNextSpellingErrorCharacterIndex : int * System.Windows.Documents.LogicalDirection -> int
Public Function GetNextSpellingErrorCharacterIndex (charIndex As Integer, direction As LogicalDirection) As Integer

Parametry

charIndex
Int32

Index znaků založený na nule označující pozici, ze které se má hledat další pravopisná chyba.

direction
LogicalDirection

Jedna z LogicalDirection hodnot, která určuje směr, ve kterém se má hledat další pravopisná chyba, počínaje zadanou charIndexhodnotou .

Návraty

Index znaků pro začátek další pravopisné chyby v obsahu textového pole, nebo -1, pokud neexistuje další pravopisná chyba.

Platí pro

Viz také