NSDictionary.WriteToUrl(NSUrl, Boolean) Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Attemps to write the NSDictionary to the specified url, and whether to do so atomically. Returns success or failure.
[Foundation.Export("writeToURL:atomically:")]
public virtual bool WriteToUrl (Foundation.NSUrl url, bool atomically);
abstract member WriteToUrl : Foundation.NSUrl * bool -> bool
override this.WriteToUrl : Foundation.NSUrl * bool -> bool
Parameters
- url
- NSUrl
- atomically
- Boolean
Returns
- Attributes