Share via


NSFileManager.SetUbiquitous(Boolean, NSUrl, NSUrl, NSError) メソッド

定義

指定した URL の項目を iCloud に格納するかどうかを設定し、成功または失敗を返し、error パラメーターを設定しようとします。

[Foundation.Export("setUbiquitous:itemAtURL:destinationURL:error:")]
public virtual bool SetUbiquitous (bool flag, Foundation.NSUrl url, Foundation.NSUrl destinationUrl, out Foundation.NSError error);
abstract member SetUbiquitous : bool * Foundation.NSUrl * Foundation.NSUrl *  -> bool
override this.SetUbiquitous : bool * Foundation.NSUrl * Foundation.NSUrl *  -> bool

パラメーター

flag
Boolean
url
NSUrl
destinationUrl
NSUrl
error
NSError

戻り値

属性

適用対象