다음을 통해 공유


UIDocumentBrowserViewControllerDelegate_Extensions.DidImportDocument 메서드

정의

개발자는 문서를 가져온 후 응답하도록 이 메서드를 구현할 수 있습니다.

public static void DidImportDocument (this UIKit.IUIDocumentBrowserViewControllerDelegate This, UIKit.UIDocumentBrowserViewController controller, Foundation.NSUrl sourceUrl, Foundation.NSUrl destinationUrl);
static member DidImportDocument : UIKit.IUIDocumentBrowserViewControllerDelegate * UIKit.UIDocumentBrowserViewController * Foundation.NSUrl * Foundation.NSUrl -> unit

매개 변수

This
IUIDocumentBrowserViewControllerDelegate

이 확장 메서드가 작동하는 인스턴스입니다.

controller
UIDocumentBrowserViewController

문서를 가져온 컨트롤러입니다.

sourceUrl
NSUrl

원본 문서 URL입니다.

destinationUrl
NSUrl

가져온 문서의 URL입니다.

적용 대상