Condividi tramite


MSConversation.InsertAttachmentAsync(NSUrl, String) Metodo

Definizione

Inserisce il supporto nel file url, descrivendolo nel messaggio come filename. Il sistema chiama completionHandler dopo che viene eseguito il tentativo di allegato.

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

Parametri

url
NSUrl

Deve essere un URL di file.

filename
String

Da aggiungere. Questo parametro può essere .

Restituisce

Attività che rappresenta l'operazione insertAttachment asincrona

Si applica a