UIInputViewController.RequestSupplementaryLexiconAsync Méthode
Définition
Important
Certaines informations portent sur la préversion du produit qui est susceptible d’être en grande partie modifiée avant sa publication. Microsoft exclut toute garantie, expresse ou implicite, concernant les informations fournies ici.
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.