UITextChecker.CompletionsForPartialWordRange(NSRange, String, String) 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.
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