次の方法で共有


NSFileProviderExtension.ImportDocument メソッド

定義

開発者によって実装された場合は、 によって識別parentItemIdentifierされるディレクトリに、指定された fileURL のリソースをインポートします。

[Foundation.Export("importDocumentAtURL:toParentItemIdentifier:completionHandler:")]
[ObjCRuntime.Introduced(ObjCRuntime.PlatformName.iOS, 11, 0, ObjCRuntime.PlatformArchitecture.All, null)]
public virtual void ImportDocument (Foundation.NSUrl fileUrl, string parentItemIdentifier, Action<FileProvider.INSFileProviderItem,Foundation.NSError> completionHandler);
abstract member ImportDocument : Foundation.NSUrl * string * Action<FileProvider.INSFileProviderItem, Foundation.NSError> -> unit
override this.ImportDocument : Foundation.NSUrl * string * Action<FileProvider.INSFileProviderItem, Foundation.NSError> -> unit

パラメーター

fileUrl
NSUrl

ファイルの URL。

parentItemIdentifier
String

親ディレクトリの永続的な識別子。

completionHandler
Action<INSFileProviderItem,NSError>

操作の完了後に実行するハンドラー。

属性

注釈

(このノードのその他のドキュメントが提供されます)

これは、バックグラウンド スレッドから使用できます。

適用対象