Share via


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

Definition

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

Parameters

forWordRange
NSRange
inString
String
language
String
inSpellDocumentWithTag
IntPtr

nativeint

Returns

Attributes

Applies to