Condividi tramite


UIInputViewController.RequestSupplementaryLexiconAsync Metodo

Definizione

Ottiene un lexicon di coppie di termini per l'uso con una tastiera personalizzata.

[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>

Restituisce

Attività che rappresenta l'operazione RequestSupplementaryLexicon asincrona. Il valore del parametro TResult è di tipo System.Action<UIKit.UILexicon>.

Attributi

Commenti

Il metodo RequestSupplementaryLexiconAsync è adatto per essere usato con C# async restituendo il controllo al chiamante con un'attività che rappresenta l'operazione.

Da aggiungere.

Si applica a