UITextChecker.CompletionsForPartialWordRange(NSRange, String, String) Method

Definition

An array of strings that represent the possible completions for a partially-entered word.

[Foundation.Export("completionsForPartialWordRange:inString:language:")]
public virtual string[] CompletionsForPartialWordRange (Foundation.NSRange range, string str, string language);
abstract member CompletionsForPartialWordRange : Foundation.NSRange * string * string -> string[]
override this.CompletionsForPartialWordRange : Foundation.NSRange * string * string -> string[]

Parameters

range
NSRange
str
String
language
String

Returns

String[]
Attributes

Applies to