UITextChecker.RangeOfMisspelledWordInString Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Gets the NSRange of the first misspelled word in .
[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
Parameters
- stringToCheck
- String
- range
- NSRange
- startingOffset
- System.System.IntPtr System.nativeint
- wrapFlag
- Boolean
- language
- String
Returns
- Attributes