共用方式為


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>

建立檔之後要執行的處理常式。

適用於