TextBox.GetSpellingError(Int32) 메서드
정의
중요
일부 정보는 릴리스되기 전에 상당 부분 수정될 수 있는 시험판 제품과 관련이 있습니다. Microsoft는 여기에 제공된 정보에 대해 어떠한 명시적이거나 묵시적인 보증도 하지 않습니다.
지정된 문자 인덱스에 있는 맞춤법 오류와 연결된 SpellingError 개체를 반환합니다.
public:
System::Windows::Controls::SpellingError ^ GetSpellingError(int charIndex);
public System.Windows.Controls.SpellingError GetSpellingError (int charIndex);
member this.GetSpellingError : int -> System.Windows.Controls.SpellingError
Public Function GetSpellingError (charIndex As Integer) As SpellingError
매개 변수
- charIndex
- Int32
맞춤법 오류를 검사할 콘텐츠 위치의 문자 인덱스(0부터 시작)입니다.
반환
charIndex
에 표시된 문자에서 발견된 맞춤법 오류의 세부 정보를 포함하는 SpellingError 개체이거나, 지정된 문자에 맞춤법 오류가 없는 경우 null
입니다.