Partager via


MSConversation.InsertAttachmentAsync(NSUrl, String) Méthode

Définition

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

S’applique à