NSUbiquitousKeyValueStore.GetDictionary(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.
The dictionary at the specified key.
[Foundation.Export("dictionaryForKey:")]
public virtual Foundation.NSDictionary GetDictionary (string aKey);
abstract member GetDictionary : string -> Foundation.NSDictionary
override this.GetDictionary : string -> Foundation.NSDictionary
Parameters
- aKey
- String
Returns
- Attributes