共用方式為


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 作業的工作

適用於