ApplicationDataStorageHelper(ApplicationData, IObjectSerializer) Constructor
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.
Initializes a new instance of the ApplicationDataStorageHelper class.
public ApplicationDataStorageHelper (Windows.Storage.ApplicationData appData, Microsoft.Toolkit.Helpers.IObjectSerializer? objectSerializer = default);
new Microsoft.Toolkit.Uwp.Helpers.ApplicationDataStorageHelper : Windows.Storage.ApplicationData * Microsoft.Toolkit.Helpers.IObjectSerializer -> Microsoft.Toolkit.Uwp.Helpers.ApplicationDataStorageHelper
Public Sub New (appData As ApplicationData, Optional objectSerializer As IObjectSerializer = Nothing)
Parameters
- appData
- Windows.Storage.ApplicationData
The data store to interact with.
- objectSerializer
- IObjectSerializer
Serializer for converting stored values. Defaults to SystemSerializer.