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