RichTextBox.GetNextSpellingErrorPosition Yöntem

Tanım

içindeki RichTextBoxbir sonraki yazım hatasına işaret eden bir TextPointer 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.

direction
LogicalDirection

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

Döndürülenler

TextPointer

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.