TextBox.GetSpellingErrorLength(Int32) 메서드

정의

지정된 문자가 포함된 맞춤법 오류의 길이를 반환합니다.

public:
 int GetSpellingErrorLength(int charIndex);
public int GetSpellingErrorLength (int charIndex);
member this.GetSpellingErrorLength : int -> int
Public Function GetSpellingErrorLength (charIndex As Integer) As Integer

매개 변수

charIndex
Int32

맞춤법 오류를 검사할 콘텐츠 위치의 문자 인덱스(0부터 시작)입니다.

반환

Int32

charIndex에 지정된 문자가 포함된 맞춤법 오류의 길이이거나, 지정된 문자가 맞춤법 오류의 일부가 아니면 0입니다.

적용 대상