ApplicationDataContainer.Values Property
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.
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
For an example of using an ApplicationData property to get its associated ApplicationDataContainer.Values, see LocalSettings.