NSUserDefaults.SetVolatileDomain(NSDictionary, String) 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.
Sets keys and values for the specified volatile domain.
[Foundation.Export("setVolatileDomain:forName:")]
public virtual void SetVolatileDomain (Foundation.NSDictionary domain, string domainName);
abstract member SetVolatileDomain : Foundation.NSDictionary * string -> unit
override this.SetVolatileDomain : Foundation.NSDictionary * string -> unit
Parameters
- domain
- NSDictionary
- domainName
- String
- Attributes