Compartir a través de


NSFileManagerDelegate_Extensions.ShouldProceedAfterErrorRemovingItem Método

Definición

Sobrecargas

ShouldProceedAfterErrorRemovingItem(INSFileManagerDelegate, NSFileManager, NSError, NSUrl)
ShouldProceedAfterErrorRemovingItem(INSFileManagerDelegate, NSFileManager, NSError, String)

ShouldProceedAfterErrorRemovingItem(INSFileManagerDelegate, NSFileManager, NSError, NSUrl)

public static bool ShouldProceedAfterErrorRemovingItem (this Foundation.INSFileManagerDelegate This, Foundation.NSFileManager fileManager, Foundation.NSError error, Foundation.NSUrl url);
static member ShouldProceedAfterErrorRemovingItem : Foundation.INSFileManagerDelegate * Foundation.NSFileManager * Foundation.NSError * Foundation.NSUrl -> bool

Parámetros

This
INSFileManagerDelegate

Instancia en la que opera este método de extensión.

fileManager
NSFileManager
error
NSError
url
NSUrl

Devoluciones

Se aplica a

ShouldProceedAfterErrorRemovingItem(INSFileManagerDelegate, NSFileManager, NSError, String)

public static bool ShouldProceedAfterErrorRemovingItem (this Foundation.INSFileManagerDelegate This, Foundation.NSFileManager fileManager, Foundation.NSError error, string path);
static member ShouldProceedAfterErrorRemovingItem : Foundation.INSFileManagerDelegate * Foundation.NSFileManager * Foundation.NSError * string -> bool

Parámetros

This
INSFileManagerDelegate

Instancia en la que opera este método de extensión.

fileManager
NSFileManager
error
NSError
path
String

Devoluciones

Se aplica a