UIInputViewController.RequestSupplementaryLexiconAsync 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.
Gets a lexicon of pairs of terms for use with a custom keyboard.
[ObjCRuntime.Unavailable(ObjCRuntime.PlatformName.TvOS, ObjCRuntime.PlatformArchitecture.All, null)]
public virtual System.Threading.Tasks.Task<UIKit.UILexicon> RequestSupplementaryLexiconAsync ();
abstract member RequestSupplementaryLexiconAsync : unit -> System.Threading.Tasks.Task<UIKit.UILexicon>
override this.RequestSupplementaryLexiconAsync : unit -> System.Threading.Tasks.Task<UIKit.UILexicon>
Returns
A task that represents the asynchronous RequestSupplementaryLexicon operation. The value of the TResult parameter is of type System.Action<UIKit.UILexicon>.
- Attributes
Remarks
The RequestSupplementaryLexiconAsync method is suitable to be used with C# async by returning control to the caller with a Task representing the operation.
To be added.