Note
Access to this page requires authorization. You can try signing in or .
Access to this page requires authorization. You can try .
ApplicationDataContainer.Values Property
Definition
- Namespace:
- Windows.Storage
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.
Gets an object that represents the settings in this settings container.
public:
property IPropertySet ^ Values { IPropertySet ^ get(); };
IPropertySet Values();
public IPropertySet Values { get; }
var iPropertySet = applicationDataContainer.values;
Public ReadOnly Property Values As IPropertySet
Property Value
The settings map object.
Remarks
Note that the value is limited to 8192 bytes. If you attempt to write a larger value into the property, it leads to an exception indicating that the size of the state manager setting value has exceeded the limit.
For an example of using an ApplicationData property to get its associated ApplicationDataContainer.Values, see LocalSettings.
Applies to
See also
Feedback
Was this page helpful?
