UIDocumentBrowserViewControllerDelegate_Extensions.DidImportDocument メソッド

定義

開発者は、ドキュメントのインポート後に応答するために、このメソッドを実装できます。

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

パラメーター

This
IUIDocumentBrowserViewControllerDelegate

この拡張メソッドが動作するインスタンス。

controller
UIDocumentBrowserViewController

ドキュメントをインポートしたコントローラー。

sourceUrl
NSUrl

元のドキュメント URL。

destinationUrl
NSUrl

インポートされたドキュメントの URL。

適用対象