次の方法で共有


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

戻り値

適用対象