共用方式為


UIDocumentBrowserViewControllerDelegate_Extensions.FailedToImportDocument 方法

定義

當應用程式無法匯入檔時,開發人員可以實作此方法來回應。

public static void FailedToImportDocument (this UIKit.IUIDocumentBrowserViewControllerDelegate This, UIKit.UIDocumentBrowserViewController controller, Foundation.NSUrl documentUrl, Foundation.NSError error);
static member FailedToImportDocument : UIKit.IUIDocumentBrowserViewControllerDelegate * UIKit.UIDocumentBrowserViewController * Foundation.NSUrl * Foundation.NSError -> unit

參數

This
IUIDocumentBrowserViewControllerDelegate

這個擴充方法運作所在的 實例。

controller
UIDocumentBrowserViewController

無法匯入檔的控制器。

documentUrl
NSUrl

檔的原始 URL。

error
NSError

發生的錯誤。

這個參數可以是 null

適用於