NSFileManager.SetAttributes メソッド
定義
重要
一部の情報は、リリース前に大きく変更される可能性があるプレリリースされた製品に関するものです。 Microsoft は、ここに記載されている情報について、明示または黙示を問わず、一切保証しません。
オーバーロード
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