次の方法で共有


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。

属性

適用対象