Windows.Storage.ApplicationDataContainer.Values

July 25, 2025 ยท View on GitHub

-description

Gets an object that represents the settings in this settings container.

-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.

-examples

-see-also

Store and retrieve settings and other app data