RichTextBox.GetSpellingErrorRange(TextPointer) 메서드
정의
중요
일부 정보는 릴리스되기 전에 상당 부분 수정될 수 있는 시험판 제품과 관련이 있습니다. Microsoft는 여기에 제공된 정보에 대해 어떠한 명시적이거나 묵시적인 보증도 하지 않습니다.
TextRange 콘텐츠의 지정된 위치에 있는 철자가 잘못된 단어를 다루는 RichTextBox 개체를 반환합니다.
public:
System::Windows::Documents::TextRange ^ GetSpellingErrorRange(System::Windows::Documents::TextPointer ^ position);
public System.Windows.Documents.TextRange GetSpellingErrorRange (System.Windows.Documents.TextPointer position);
member this.GetSpellingErrorRange : System.Windows.Documents.TextPointer -> System.Windows.Documents.TextRange
Public Function GetSpellingErrorRange (position As TextPointer) As TextRange
매개 변수
- position
- TextPointer
문자로 확인하여 맞춤법 오류에 대해 검사하는 위치와 논리 방향을 지정하는 TextPointer 입니다. 이 LogicalDirection 의 TextPointer 속성을 사용하여 검사할 문자의 방향을 지정합니다.
반환
position
에 지정된 문자를 포함하는 철자가 잘못된 단어를 다루는 TextRange 개체이거나, 지정된 문자에 맞춤법 오류가 없으면 null
입니다.
설명
Like TextPointer position
는 일반적으로 두 문자 사이의 위치를 지정합니다. LogicalDirection 검사할 문자를 지정하려면 이 position
속성을 사용합니다.