NSUserDefaults.SetPersistentDomain(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 persistent domain.
[Foundation.Export("setPersistentDomain:forName:")]
public virtual void SetPersistentDomain (Foundation.NSDictionary domain, string domainName);
abstract member SetPersistentDomain : Foundation.NSDictionary * string -> unit
override this.SetPersistentDomain : Foundation.NSDictionary * string -> unit
Parameters
- domain
- NSDictionary
Dictionary to set for the specified domain name.
- domainName
- String
The domain name to set.
- Attributes