共用方式為


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。

適用於