NSFileManager.SetAttributes Método
Definición
Importante
Parte de la información hace referencia a la versión preliminar del producto, que puede haberse modificado sustancialmente antes de lanzar la versión definitiva. Microsoft no otorga ninguna garantía, explícita o implícita, con respecto a la información proporcionada aquí.
Sobrecargas
SetAttributes(NSFileAttributes, String) | |
SetAttributes(NSDictionary, String, NSError) |
Intenta establecer los atributos del archivo en la ruta de acceso especificada, devolviendo éxito o error y estableciendo el parámetro error. |
SetAttributes(NSFileAttributes, String, NSError) |
SetAttributes(NSFileAttributes, String)
public bool SetAttributes (Foundation.NSFileAttributes attributes, string path);
member this.SetAttributes : Foundation.NSFileAttributes * string -> bool
Parámetros
- attributes
- NSFileAttributes
- path
- String
Devoluciones
Se aplica a
SetAttributes(NSDictionary, String, NSError)
Intenta establecer los atributos del archivo en la ruta de acceso especificada, devolviendo éxito o error y estableciendo el parámetro 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
Parámetros
- attributes
- NSDictionary
- path
- String
- error
- NSError
Devoluciones
- Atributos
Se aplica a
SetAttributes(NSFileAttributes, String, NSError)
public bool SetAttributes (Foundation.NSFileAttributes attributes, string path, out Foundation.NSError error);
member this.SetAttributes : Foundation.NSFileAttributes * string * -> bool
Parámetros
- attributes
- NSFileAttributes
- path
- String
- error
- NSError