NSItemProvider.LoadItemAsync(String, NSDictionary) 方法

定义

public virtual System.Threading.Tasks.Task<Foundation.NSObject> LoadItemAsync (string typeIdentifier, Foundation.NSDictionary options);
abstract member LoadItemAsync : string * Foundation.NSDictionary -> System.Threading.Tasks.Task<Foundation.NSObject>
override this.LoadItemAsync : string * Foundation.NSDictionary -> System.Threading.Tasks.Task<Foundation.NSObject>

参数

typeIdentifier
String
options
NSDictionary

要添加。此参数可以是 。

返回

表示异步 LoadItem 操作的任务。 TResult 参数的值的类型为 System.Action<Foundation.NSObject,Foundation.NSError>。

适用于