MSConversation.InsertAttachmentAsync(NSUrl, String) Metodo
Definizione
Importante
Alcune informazioni sono relative alla release non definitiva del prodotto, che potrebbe subire modifiche significative prima della release definitiva. Microsoft non riconosce alcuna garanzia, espressa o implicita, in merito alle informazioni qui fornite.
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