다음을 통해 공유


UIDocumentBrowserViewControllerDelegate_Extensions.DidRequestDocumentCreation 메서드

정의

개발자는 새 문서를 만드는 요청에 응답하기 위해 이 메서드를 구현할 수 있습니다.

public static void DidRequestDocumentCreation (this UIKit.IUIDocumentBrowserViewControllerDelegate This, UIKit.UIDocumentBrowserViewController controller, Action<Foundation.NSUrl,UIKit.UIDocumentBrowserImportMode> importHandler);
static member DidRequestDocumentCreation : UIKit.IUIDocumentBrowserViewControllerDelegate * UIKit.UIDocumentBrowserViewController * Action<Foundation.NSUrl, UIKit.UIDocumentBrowserImportMode> -> unit

매개 변수

This
IUIDocumentBrowserViewControllerDelegate

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

controller
UIDocumentBrowserViewController

요청한 컨트롤러입니다.

importHandler
Action<NSUrl,UIDocumentBrowserImportMode>

문서를 만든 후 실행할 처리기입니다.

적용 대상