ApplicationDataManager.CreateForPackageFamily(String) 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.
Provides access to the app data store for the specified package family.
public:
static ApplicationData ^ CreateForPackageFamily(Platform::String ^ packageFamilyName);
static ApplicationData CreateForPackageFamily(winrt::hstring const& packageFamilyName);
public static ApplicationData CreateForPackageFamily(string packageFamilyName);
function createForPackageFamily(packageFamilyName)
Public Shared Function CreateForPackageFamily (packageFamilyName As String) As ApplicationData
Parameters
- packageFamilyName
-
String
Platform::String
winrt::hstring
The package family name.
Returns
The app data store.