共用方式為


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。

屬性

適用於