次の方法で共有


UIDocumentBrowserViewController.ImportDocument メソッド

定義

でドキュメント 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

ドキュメントのインポート モード。

completion
Action<NSUrl,NSError>

操作の完了後に実行するハンドラー。 ハンドラーは、インポートされた URL (null エラーがある場合) とエラー (null エラーがない場合) を受け取ります。

属性

適用対象