UITextChecker.GuessesForWordRange(NSRange, String, String) 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.
The list of words that are suggestions for a misspelled word.
[Foundation.Export("guessesForWordRange:inString:language:")]
public virtual string[] GuessesForWordRange (Foundation.NSRange range, string str, string language);
abstract member GuessesForWordRange : Foundation.NSRange * string * string -> string[]
override this.GuessesForWordRange : Foundation.NSRange * string * string -> string[]
Parameters
- range
- NSRange
- str
- String
- language
- String
Returns
String[]
- Attributes