NSFileManager.SetAttributes Méthode
Définition
Important
Certaines informations portent sur la préversion du produit qui est susceptible d’être en grande partie modifiée avant sa publication. Microsoft exclut toute garantie, expresse ou implicite, concernant les informations fournies ici.
Surcharges
SetAttributes(NSFileAttributes, String) | |
SetAttributes(NSDictionary, String, NSError) |
Tente de définir les attributs du fichier au niveau du chemin d’accès spécifié, en retournant la réussite ou l’échec et en définissant le paramètre d’erreur. |
SetAttributes(NSFileAttributes, String, NSError) |
SetAttributes(NSFileAttributes, String)
public bool SetAttributes (Foundation.NSFileAttributes attributes, string path);
member this.SetAttributes : Foundation.NSFileAttributes * string -> bool
Paramètres
- attributes
- NSFileAttributes
- path
- String
Retours
S’applique à
SetAttributes(NSDictionary, String, NSError)
Tente de définir les attributs du fichier au niveau du chemin d’accès spécifié, en retournant la réussite ou l’échec et en définissant le paramètre d’erreur.
[Foundation.Export("setAttributes:ofItemAtPath:error:")]
public virtual bool SetAttributes (Foundation.NSDictionary attributes, string path, out Foundation.NSError error);
abstract member SetAttributes : Foundation.NSDictionary * string * -> bool
override this.SetAttributes : Foundation.NSDictionary * string * -> bool
Paramètres
- attributes
- NSDictionary
- path
- String
- error
- NSError
Retours
- Attributs
S’applique à
SetAttributes(NSFileAttributes, String, NSError)
public bool SetAttributes (Foundation.NSFileAttributes attributes, string path, out Foundation.NSError error);
member this.SetAttributes : Foundation.NSFileAttributes * string * -> bool
Paramètres
- attributes
- NSFileAttributes
- path
- String
- error
- NSError