NSFileManager.SetAttributes Methode
Definition
Wichtig
Einige Informationen beziehen sich auf Vorabversionen, die vor dem Release ggf. grundlegend überarbeitet werden. Microsoft übernimmt hinsichtlich der hier bereitgestellten Informationen keine Gewährleistungen, seien sie ausdrücklich oder konkludent.
Überlädt
SetAttributes(NSFileAttributes, String) | |
SetAttributes(NSDictionary, String, NSError) |
Versucht, die Attribute der Datei im angegebenen Pfad festzulegen, wobei der Erfolg oder Fehler zurückgegeben und der Fehlerparameter festgelegt wird. |
SetAttributes(NSFileAttributes, String, NSError) |
SetAttributes(NSFileAttributes, String)
public bool SetAttributes (Foundation.NSFileAttributes attributes, string path);
member this.SetAttributes : Foundation.NSFileAttributes * string -> bool
Parameter
- attributes
- NSFileAttributes
- path
- String
Gibt zurück
Gilt für:
SetAttributes(NSDictionary, String, NSError)
Versucht, die Attribute der Datei im angegebenen Pfad festzulegen, wobei der Erfolg oder Fehler zurückgegeben und der Fehlerparameter festgelegt wird.
[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
Parameter
- attributes
- NSDictionary
- path
- String
- error
- NSError
Gibt zurück
- Attribute
Gilt für:
SetAttributes(NSFileAttributes, String, NSError)
public bool SetAttributes (Foundation.NSFileAttributes attributes, string path, out Foundation.NSError error);
member this.SetAttributes : Foundation.NSFileAttributes * string * -> bool
Parameter
- attributes
- NSFileAttributes
- path
- String
- error
- NSError