ApplicationDataManager.CreateForPackageFamily(String) Méthode
Définition
Important
Certaines informations portent sur la préversion du produit qui est susceptible d’être en grande partie modifiée avant sa publication. Microsoft exclut toute garantie, expresse ou implicite, concernant les informations fournies ici.
Fournit l’accès au magasin de données d’application pour la famille de packages spécifiée.
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
Paramètres
- packageFamilyName
-
String
Platform::String
winrt::hstring
Nom de la famille de packages.
Retours
Magasin de données de l’application.