RichTextBox.GetNextSpellingErrorPosition 메서드
정의
중요
일부 정보는 릴리스되기 전에 상당 부분 수정될 수 있는 시험판 제품과 관련이 있습니다. Microsoft는 여기에 제공된 정보에 대해 어떠한 명시적이거나 묵시적인 보증도 하지 않습니다.
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의 콘텐츠에서 다음 맞춤법 오류를 가리키는 RichTextBox이거나, 다음 맞춤법 오류가 없으면 null
입니다.