Freigeben über


NSFileManagerDelegate.ShouldProceedAfterErrorRemovingItem Methode

Definition

Überlädt

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

ShouldProceedAfterErrorRemovingItem(NSFileManager, NSError, NSUrl)

[Foundation.Export("fileManager:shouldProceedAfterError:removingItemAtURL:")]
public virtual bool ShouldProceedAfterErrorRemovingItem (Foundation.NSFileManager fileManager, Foundation.NSError error, Foundation.NSUrl url);
abstract member ShouldProceedAfterErrorRemovingItem : Foundation.NSFileManager * Foundation.NSError * Foundation.NSUrl -> bool
override this.ShouldProceedAfterErrorRemovingItem : Foundation.NSFileManager * Foundation.NSError * Foundation.NSUrl -> bool

Parameter

fileManager
NSFileManager
error
NSError
url
NSUrl

Gibt zurück

Attribute

Gilt für:

ShouldProceedAfterErrorRemovingItem(NSFileManager, NSError, String)

[Foundation.Export("fileManager:shouldProceedAfterError:removingItemAtPath:")]
public virtual bool ShouldProceedAfterErrorRemovingItem (Foundation.NSFileManager fileManager, Foundation.NSError error, string path);
abstract member ShouldProceedAfterErrorRemovingItem : Foundation.NSFileManager * Foundation.NSError * string -> bool
override this.ShouldProceedAfterErrorRemovingItem : Foundation.NSFileManager * Foundation.NSError * string -> bool

Parameter

fileManager
NSFileManager
error
NSError
path
String

Gibt zurück

Attribute

Gilt für: