Share via


UITextChecker.RangeOfMisspelledWordInString Method

Definition

Gets the NSRange of the first misspelled word in stringToCheck.

[Foundation.Export("rangeOfMisspelledWordInString:range:startingAt:wrap:language:")]
[ObjCRuntime.BindingImpl(ObjCRuntime.BindingImplOptions.GeneratedCode | ObjCRuntime.BindingImplOptions.Optimizable)]
public virtual Foundation.NSRange RangeOfMisspelledWordInString(string stringToCheck, Foundation.NSRange range, IntPtr startingOffset, bool wrapFlag, string language);
[<Foundation.Export("rangeOfMisspelledWordInString:range:startingAt:wrap:language:")>]
[<ObjCRuntime.BindingImpl(ObjCRuntime.BindingImplOptions.GeneratedCode | ObjCRuntime.BindingImplOptions.Optimizable)>]
abstract member RangeOfMisspelledWordInString : string * Foundation.NSRange * nativeint * bool * string -> Foundation.NSRange
override this.RangeOfMisspelledWordInString : string * Foundation.NSRange * nativeint * bool * string -> Foundation.NSRange

Parameters

stringToCheck
String
range
NSRange
startingOffset
IntPtr

nativeint

wrapFlag
Boolean
language
String

Returns

Attributes

Applies to