MSConversation.InsertAttachmentAsync(NSUrl, String) 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.
Insère le média dans le fichier url
, le décrivant dans le message comme filename
. Le système appelle completionHandler
une fois la tentative de pièce jointe effectuée.
public virtual System.Threading.Tasks.Task InsertAttachmentAsync (Foundation.NSUrl url, string filename);
abstract member InsertAttachmentAsync : Foundation.NSUrl * string -> System.Threading.Tasks.Task
override this.InsertAttachmentAsync : Foundation.NSUrl * string -> System.Threading.Tasks.Task
Paramètres
- url
- NSUrl
Doit être une URL de fichier.
- filename
- String
À ajouter. Ce paramètre peut être .
Retours
Tâche qui représente l’opération InsertAttachment asynchrone