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。

适用于