NSUbiquitousKeyValueStore.GetArray(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 array at the specified key.
[Foundation.Export("arrayForKey:")]
public virtual Foundation.NSObject[] GetArray (string aKey);
abstract member GetArray : string -> Foundation.NSObject[]
override this.GetArray : string -> Foundation.NSObject[]
Parameters
- aKey
- String
Returns
NSObject[]
- Attributes