ApplicationDataManager
ApplicationDataManager
ApplicationDataManager
ApplicationDataManager
Class
Definition
Enables you to access and manage the app data store for a package family.
This class is intended to be used by development tools and utilities. It can't be used in a process running in an app container.
public : sealed class ApplicationDataManager : IApplicationDataManagerpublic sealed class ApplicationDataManager : IApplicationDataManagerPublic NotInheritable Class ApplicationDataManager Implements IApplicationDataManager// You can use this class in JavaScript.
- Attributes
Windows 10 requirements
| Device family |
Windows 10 (introduced v10.0.10240.0)
|
| API contract |
Windows.Foundation.UniversalApiContract (introduced v1)
|
Methods
CreateForPackageFamily(String) CreateForPackageFamily(String) CreateForPackageFamily(String) CreateForPackageFamily(String)
Provides access to the app data store for the specified package family.
public : static ApplicationData CreateForPackageFamily(PlatForm::String packageFamilyName)public static ApplicationData CreateForPackageFamily(String packageFamilyName)Public Static Function CreateForPackageFamily(packageFamilyName As String) As ApplicationData// You can use this method in JavaScript.
Parameters
- packageFamilyName
- PlatForm::String String String String
The package family name.
Returns
The app data store.