次の方法で共有


NSFileManagerDelegate_Extensions.ShouldProceedAfterErrorRemovingItem メソッド

定義

オーバーロード

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

パラメーター

This
INSFileManagerDelegate

この拡張メソッドが動作するインスタンス。

fileManager
NSFileManager
error
NSError
url
NSUrl

戻り値

適用対象

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

パラメーター

This
INSFileManagerDelegate

この拡張メソッドが動作するインスタンス。

fileManager
NSFileManager
error
NSError
path
String

戻り値

適用対象