RichTextBox.GetNextSpellingErrorPosition 메서드

정의

TextPointer의 콘텐츠에서 다음 맞춤법 오류를 가리키는 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

매개 변수

position
TextPointer

다음 맞춤법 오류 검색을 시작할 위치를 나타내는 TextPointer입니다.

direction
LogicalDirection

지정된 위치에서 시작하여 다음 맞춤법 오류를 검색할 LogicalDirection입니다.

반환

TextPointer

TextPointer의 콘텐츠에서 다음 맞춤법 오류를 가리키는 RichTextBox이거나, 다음 맞춤법 오류가 없으면 null입니다.

적용 대상

추가 정보