UIDocumentBrowserViewControllerDelegate_Extensions.DidImportDocument 方法
定义
重要
一些信息与预发行产品相关,相应产品在发行之前可能会进行重大修改。 对于此处提供的信息,Microsoft 不作任何明示或暗示的担保。
开发人员可以实现此方法,以在导入文档后做出响应。
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
参数
此扩展方法在其上运行的实例。
- controller
- UIDocumentBrowserViewController
导入文档的控制器。
- sourceUrl
- NSUrl
原始文档 URL。
- destinationUrl
- NSUrl
导入的文档的 URL。