TextBox.GetSpellingErrorStart(Int32) 메서드

정의

지정된 문자가 포함된 맞춤법 오류의 시작 문자 인덱스를 반환합니다.

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

매개 변수

charIndex
Int32

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

반환

Int32

charIndex에 지정된 문자가 포함된 맞춤법 오류가 시작하는 문자 인덱스이거나, 지정된 문자가 맞춤법 오류의 일부가 아니면 -1입니다.

적용 대상