NSFileManagerDelegate_Extensions.ShouldProceedAfterErrorLinkingItem Método
Definição
Importante
Algumas informações se referem a produtos de pré-lançamento que podem ser substancialmente modificados antes do lançamento. A Microsoft não oferece garantias, expressas ou implícitas, das informações aqui fornecidas.
Sobrecargas
ShouldProceedAfterErrorLinkingItem(INSFileManagerDelegate, NSFileManager, NSError, NSUrl, NSUrl) | |
ShouldProceedAfterErrorLinkingItem(INSFileManagerDelegate, NSFileManager, NSError, String, String) |
ShouldProceedAfterErrorLinkingItem(INSFileManagerDelegate, NSFileManager, NSError, NSUrl, NSUrl)
public static bool ShouldProceedAfterErrorLinkingItem (this Foundation.INSFileManagerDelegate This, Foundation.NSFileManager fileManager, Foundation.NSError error, Foundation.NSUrl srcUrl, Foundation.NSUrl dstUrl);
static member ShouldProceedAfterErrorLinkingItem : Foundation.INSFileManagerDelegate * Foundation.NSFileManager * Foundation.NSError * Foundation.NSUrl * Foundation.NSUrl -> bool
Parâmetros
A instância na qual esse método de extensão opera.
- fileManager
- NSFileManager
- error
- NSError
- srcUrl
- NSUrl
- dstUrl
- NSUrl
Retornos
Aplica-se a
ShouldProceedAfterErrorLinkingItem(INSFileManagerDelegate, NSFileManager, NSError, String, String)
public static bool ShouldProceedAfterErrorLinkingItem (this Foundation.INSFileManagerDelegate This, Foundation.NSFileManager fileManager, Foundation.NSError error, string srcPath, string dstPath);
static member ShouldProceedAfterErrorLinkingItem : Foundation.INSFileManagerDelegate * Foundation.NSFileManager * Foundation.NSError * string * string -> bool
Parâmetros
A instância na qual esse método de extensão opera.
- fileManager
- NSFileManager
- error
- NSError
- srcPath
- String
- dstPath
- String