NSItemProvider.LoadItemAsync(String, NSDictionary) Method

Definition

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>

Parameters

typeIdentifier
String
options
NSDictionary

To be added.This parameter can be .

Returns

A task that represents the asynchronous LoadItem operation. The value of the TResult parameter is of type System.Action<Foundation.NSObject,Foundation.NSError>.

Applies to