Partager via


UIInputViewController.RequestSupplementaryLexiconAsync Méthode

Définition

Obtient un lexique de paires de termes à utiliser avec un clavier personnalisé.

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

Retours

Tâche qui représente l’opération asynchrone RequestSupplementaryLexicon. La valeur du paramètre TResult est de type System.Action<UIKit.UILexicon>.

Attributs

Remarques

La méthode RequestSupplementaryLexiconAsync est appropriée pour être utilisée avec un langage asynchrone C# en retournant le contrôle à l’appelant avec une tâche représentant l’opération.

À ajouter.

S’applique à