NSSpellChecker.GuessesForWordRange(NSRange, String, String, nint) 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.
[Foundation.Export("guessesForWordRange:inString:language:inSpellDocumentWithTag:")]
public virtual string[] GuessesForWordRange (Foundation.NSRange range, string theString, string language, nint documentTag);
abstract member GuessesForWordRange : Foundation.NSRange * string * string * nint -> string[]
override this.GuessesForWordRange : Foundation.NSRange * string * string * nint -> string[]
Parameters
- range
- NSRange
- theString
- String
- language
- String
- documentTag
- System.System.IntPtr System.nativeint
Returns
String[]
- Attributes