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