Share via


NSSpellChecker.CompletionsForPartialWordRange Method

Definition

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

Parameters

range
NSRange
theString
String
language
String
documentTag
IntPtr

nativeint

Returns

String[]
Attributes

Applies to