UIDocumentBrowserViewController.ImportDocument メソッド
定義
重要
一部の情報は、リリース前に大きく変更される可能性があるプレリリースされた製品に関するものです。 Microsoft は、ここに記載されている情報について、明示または黙示を問わず、一切保証しません。
でドキュメント documentURL
を にインポートします neighbourUrl
。
[Foundation.Export("importDocumentAtURL:nextToDocumentAtURL:mode:completionHandler:")]
public virtual void ImportDocument (Foundation.NSUrl documentUrl, Foundation.NSUrl neighbourUrl, UIKit.UIDocumentBrowserImportMode importMode, Action<Foundation.NSUrl,Foundation.NSError> completion);
abstract member ImportDocument : Foundation.NSUrl * Foundation.NSUrl * UIKit.UIDocumentBrowserImportMode * Action<Foundation.NSUrl, Foundation.NSError> -> unit
override this.ImportDocument : Foundation.NSUrl * Foundation.NSUrl * UIKit.UIDocumentBrowserImportMode * Action<Foundation.NSUrl, Foundation.NSError> -> unit
パラメーター
- documentUrl
- NSUrl
ドキュメントの現在の場所。
- neighbourUrl
- NSUrl
同じファイル プロバイダー内のドキュメントの URL。
- importMode
- UIDocumentBrowserImportMode
ドキュメントのインポート モード。
操作の完了後に実行するハンドラー。 ハンドラーは、インポートされた URL (null
エラーがある場合) とエラー (null
エラーがない場合) を受け取ります。
- 属性