NSItemProvider.LoadItemAsync(String, NSDictionary) Méthode
Définition
Important
Certaines informations portent sur la préversion du produit qui est susceptible d’être en grande partie modifiée avant sa publication. Microsoft exclut toute garantie, expresse ou implicite, concernant les informations fournies ici.
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>.