UIDocumentBrowserViewControllerDelegate.DidImportDocument 方法
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
開發人員可以在匯入檔時實作此方法來回應。
[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。
- 屬性