Share via


NSSpellChecker.GuessesForWordRange(NSRange, String, String, IntPtr) Method

Definition

[Foundation.Export("guessesForWordRange:inString:language:inSpellDocumentWithTag:")]
[ObjCRuntime.BindingImpl(ObjCRuntime.BindingImplOptions.GeneratedCode | ObjCRuntime.BindingImplOptions.Optimizable)]
public virtual string[] GuessesForWordRange(Foundation.NSRange range, string theString, string language, IntPtr documentTag);
[<Foundation.Export("guessesForWordRange:inString:language:inSpellDocumentWithTag:")>]
[<ObjCRuntime.BindingImpl(ObjCRuntime.BindingImplOptions.GeneratedCode | ObjCRuntime.BindingImplOptions.Optimizable)>]
abstract member GuessesForWordRange : Foundation.NSRange * string * string * nativeint -> string[]
override this.GuessesForWordRange : Foundation.NSRange * string * string * nativeint -> string[]

Parameters

range
NSRange
theString
String
language
String
documentTag
IntPtr

nativeint

Returns

String[]
Attributes

Applies to