UIDocumentBrowserViewControllerDelegate.DidImportDocument 方法

定义

开发人员可以实现此方法,以在导入文档后做出响应。

[Foundation.Export("documentBrowser:didImportDocumentAtURL:toDestinationURL:")]
public virtual void DidImportDocument (UIKit.UIDocumentBrowserViewController controller, Foundation.NSUrl sourceUrl, Foundation.NSUrl destinationUrl);
abstract member DidImportDocument : UIKit.UIDocumentBrowserViewController * Foundation.NSUrl * Foundation.NSUrl -> unit
override this.DidImportDocument : UIKit.UIDocumentBrowserViewController * Foundation.NSUrl * Foundation.NSUrl -> unit

参数

controller
UIDocumentBrowserViewController

导入文档的控制器。

sourceUrl
NSUrl

原始文档 URL。

destinationUrl
NSUrl

导入的文档的 URL。

属性

适用于