NSItemProvider.LoadItemAsync(String, NSDictionary) Méthode

Définition

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>

Paramètres

typeIdentifier
String
options
NSDictionary

À ajouter. Ce paramètre peut être .

Retours

Tâche qui représente l’opération LoadItem asynchrone. La valeur du paramètre TResult est de type System.Action<Foundation.NSObject,Foundation.NSError>.

S’applique à