RichTextBox.GetNextSpellingErrorPosition Yöntem

Tanım

içindeki TextPointerbir sonraki yazım hatasına işaret eden bir RichTextBox döndürür.

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

Parametreler

position
TextPointer

Sonraki TextPointer yazım hatasının arandığı konumu gösteren bir.

direction
LogicalDirection

LogicalDirection Belirtilen positionkonumundan başlayarak sonraki yazım hatasının arandığı bir .

Döndürülenler

TextPointer içindeki RichTextBoxbir sonraki yazım hatasına işaret eden veya null bir sonraki yazım hatası yoksa.

Şunlara uygulanır

Ayrıca bkz.