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