RichTextBox.GetNextSpellingErrorPosition Yöntem
Tanım
Önemli
Bazı bilgiler ürünün ön sürümüyle ilgilidir ve sürüm öncesinde önemli değişiklikler yapılmış olabilir. Burada verilen bilgilerle ilgili olarak Microsoft açık veya zımni hiçbir garanti vermez.
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.