Condividi tramite


NSFileProviderExtension.ReparentItem Metodo

Definizione

Quando implementato dallo sviluppatore, sposta l'elemento identificato in un nuovo nome in un nuovo elemento padre.

[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

Parametri

itemIdentifier
String

Identificatore persistente per l'elemento.

parentItemIdentifier
String

Identificatore persistente della directory padre.

newName
String

Nuovo nome per l'elemento.

Questo parametro può essere null.

completionHandler
Action<INSFileProviderItem,NSError>

Gestore da eseguire dopo il completamento dell'operazione.

Attributi

Commenti

(Altre documentazioni per questo nodo sono disponibili)

Questa operazione può essere usata da un thread in background.

Si applica a