다음을 통해 공유


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 작업을 나타내는 작업

적용 대상