ApplicationDataStorageHelper.GetCurrent(IObjectSerializer) 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.
Get a new instance using ApplicationData.Current and the provided serializer.
public static Microsoft.Toolkit.Uwp.Helpers.ApplicationDataStorageHelper GetCurrent (Microsoft.Toolkit.Helpers.IObjectSerializer? objectSerializer = default);
static member GetCurrent : Microsoft.Toolkit.Helpers.IObjectSerializer -> Microsoft.Toolkit.Uwp.Helpers.ApplicationDataStorageHelper
Public Shared Function GetCurrent (Optional objectSerializer As IObjectSerializer = Nothing) As ApplicationDataStorageHelper
Parameters
- objectSerializer
- IObjectSerializer
Serializer for converting stored values. Defaults to SystemSerializer.
Returns
A new instance of ApplicationDataStorageHelper.