ApplicationDataManager.CreateForPackageFamily(String) Method

Definition

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.

Applies to