NSItemProvider.LoadItemAsync(String, NSDictionary) 方法
定义
重要
一些信息与预发行产品相关,相应产品在发行之前可能会进行重大修改。 对于此处提供的信息,Microsoft 不作任何明示或暗示的担保。
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>。