UIInputViewController.RequestSupplementaryLexiconAsync 方法

定义

获取用于自定义键盘的术语对的词典。

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

返回

表示异步 RequestSupplementaryLexicon 操作的任务。 TResult 参数的值的类型为 System.Action<UIKit.UILexicon>。

属性

注解

RequestSupplementaryLexiconAsync 方法适合用于 C# 异步,方法是将控制权返回到具有表示操作的任务的调用方。

内容待定。

适用于