다음을 통해 공유


UITextChecker.RangeOfMisspelledWordInString 메서드

정의

에서 NSRange 철자가 틀린 첫 번째 단어의 를 가져옵니다.

[Foundation.Export("rangeOfMisspelledWordInString:range:startingAt:wrap:language:")]
public virtual Foundation.NSRange RangeOfMisspelledWordInString (string stringToCheck, Foundation.NSRange range, nint startingOffset, bool wrapFlag, string language);
abstract member RangeOfMisspelledWordInString : string * Foundation.NSRange * nint * bool * string -> Foundation.NSRange
override this.RangeOfMisspelledWordInString : string * Foundation.NSRange * nint * bool * string -> Foundation.NSRange

매개 변수

stringToCheck
String
range
NSRange
startingOffset
System.System.IntPtr System.nativeint
wrapFlag
Boolean
language
String

반환

특성

적용 대상