다음을 통해 공유


UIDocumentBrowserViewControllerDelegate.DidImportDocument 메서드

정의

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

[Foundation.Export("documentBrowser:didImportDocumentAtURL:toDestinationURL:")]
public virtual void DidImportDocument (UIKit.UIDocumentBrowserViewController controller, Foundation.NSUrl sourceUrl, Foundation.NSUrl destinationUrl);
abstract member DidImportDocument : UIKit.UIDocumentBrowserViewController * Foundation.NSUrl * Foundation.NSUrl -> unit
override this.DidImportDocument : UIKit.UIDocumentBrowserViewController * Foundation.NSUrl * Foundation.NSUrl -> unit

매개 변수

controller
UIDocumentBrowserViewController

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

sourceUrl
NSUrl

원본 문서 URL입니다.

destinationUrl
NSUrl

가져온 문서의 URL입니다.

특성

적용 대상