Compartir a través de


NSItemProvider.LoadItemAsync(String, NSDictionary) Método

Definición

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>

Parámetros

typeIdentifier
String
options
NSDictionary

Que se va a agregar. Este parámetro puede ser .

Devoluciones

Tarea que representa la operación LoadItem asincrónica. El valor del parámetro TResult es de tipo System.Action<Foundation.NSObject,Foundation.NSError>.

Se aplica a