MSConversation.InsertAttachmentAsync(NSUrl, String) 方法

定义

在 文件中 url插入媒体,在消息中将其描述为 filename。 系统在尝试附件后调用 completionHandler

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

参数

url
NSUrl

必须是文件 URL。

filename
String

要添加。此参数可以是 。

返回

表示异步 InsertAttachment 操作的任务

适用于