NSFileProviderExtension.ReparentItem 方法
定义
重要
一些信息与预发行产品相关,相应产品在发行之前可能会进行重大修改。 对于此处提供的信息,Microsoft 不作任何明示或暗示的担保。
由开发人员实现时,将标识的项移动到新父项下的新名称。
[Foundation.Export("reparentItemWithIdentifier:toParentItemWithIdentifier:newName:completionHandler:")]
[ObjCRuntime.Introduced(ObjCRuntime.PlatformName.iOS, 11, 0, ObjCRuntime.PlatformArchitecture.All, null)]
public virtual void ReparentItem (string itemIdentifier, string parentItemIdentifier, string newName, Action<FileProvider.INSFileProviderItem,Foundation.NSError> completionHandler);
abstract member ReparentItem : string * string * string * Action<FileProvider.INSFileProviderItem, Foundation.NSError> -> unit
override this.ReparentItem : string * string * string * Action<FileProvider.INSFileProviderItem, Foundation.NSError> -> unit
参数
- itemIdentifier
- String
项的持久标识符。
- parentItemIdentifier
- String
父目录的永久性标识符。
- completionHandler
- Action<INSFileProviderItem,NSError>
操作完成后要运行的处理程序。
- 属性
注解
(即将推出有关此节点的更多文档)
这可以从后台线程使用。