Compartilhar via


MSConversation.InsertAttachmentAsync(NSUrl, String) Método

Definição

Insere a mídia no arquivo url, descrevendo-a na mensagem como filename. O sistema chama completionHandler após a tentativa de anexo ser feita.

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

Parâmetros

url
NSUrl

Deve ser uma URL de arquivo.

filename
String

A ser adicionado. Esse parâmetro pode ser .

Retornos

Uma tarefa que representa a operação Assíncrona InsertAttachment

Aplica-se a