TextBox.GetSpellingError(Int32) 메서드

정의

지정된 문자 인덱스에 있는 맞춤법 오류와 연결된 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부터 시작)입니다.

반환

SpellingError

charIndex에 표시된 문자에서 발견된 맞춤법 오류의 세부 정보를 포함하는 SpellingError 개체이거나, 지정된 문자에 맞춤법 오류가 없는 경우 null입니다.

적용 대상

추가 정보