NSFileManager.SetAttributes Метод
Определение
Важно!
Некоторые сведения относятся к предварительной версии продукта, в которую до выпуска могут быть внесены существенные изменения. Майкрософт не предоставляет никаких гарантий, явных или подразумеваемых, относительно приведенных здесь сведений.
Перегрузки
SetAttributes(NSFileAttributes, String) | |
SetAttributes(NSDictionary, String, NSError) |
Пытается задать атрибуты файла по указанному пути, возвращая успех или сбой и устанавливая параметр error. |
SetAttributes(NSFileAttributes, String, NSError) |
SetAttributes(NSFileAttributes, String)
public bool SetAttributes (Foundation.NSFileAttributes attributes, string path);
member this.SetAttributes : Foundation.NSFileAttributes * string -> bool
Параметры
- attributes
- NSFileAttributes
- path
- String
Возвращаемое значение
Применяется к
SetAttributes(NSDictionary, String, NSError)
Пытается задать атрибуты файла по указанному пути, возвращая успех или сбой и устанавливая параметр error.
[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
Параметры
- attributes
- NSDictionary
- path
- String
- error
- NSError
Возвращаемое значение
- Атрибуты
Применяется к
SetAttributes(NSFileAttributes, String, NSError)
public bool SetAttributes (Foundation.NSFileAttributes attributes, string path, out Foundation.NSError error);
member this.SetAttributes : Foundation.NSFileAttributes * string * -> bool
Параметры
- attributes
- NSFileAttributes
- path
- String
- error
- NSError