MSConversation.InsertAttachmentAsync(NSUrl, String) 方法
定义
重要
一些信息与预发行产品相关,相应产品在发行之前可能会进行重大修改。 对于此处提供的信息,Microsoft 不作任何明示或暗示的担保。
在 文件中 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 操作的任务