Compartir a través de


NSFileProviderExtension.ReparentItem Método

Definición

Cuando lo implementa el desarrollador, mueve el elemento identificado a un nuevo nombre bajo un nuevo elemento primario.

[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

Parámetros

itemIdentifier
String

Identificador persistente del elemento.

parentItemIdentifier
String

Identificador persistente del directorio primario.

newName
String

Nuevo nombre del elemento.

Este parámetro puede ser null.

completionHandler
Action<INSFileProviderItem,NSError>

Controlador que se va a ejecutar una vez completada la operación.

Atributos

Comentarios

(Se incluye más documentación para este nodo)

Se puede usar desde un subproceso en segundo plano.

Se aplica a