CurrentAppSimulator.LicenseInformation Propriété
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.
Obtient les métadonnées de licence simulées pour l’application actuelle, telles que fournies par la simulation.
public:
static property LicenseInformation ^ LicenseInformation { LicenseInformation ^ get(); };
static LicenseInformation LicenseInformation();
public static LicenseInformation LicenseInformation { get; }
var licenseInformation = CurrentAppSimulator.licenseInformation;
Public Shared ReadOnly Property LicenseInformation As LicenseInformation
Valeur de propriété
Métadonnées de licence pour l’application actuelle telles que fournies par la simulation.
Remarques
Utilise l’élément LicenseInformation dans le fichier WindowsStoreProxy.xml comme source de données pour les membres de l’objet retourné. Pour plus d’informations, consultez Utilisation du fichier WindowsStoreProxy.xml avec CurrentAppSimulator.
Cette API ne nécessite pas de connexion réseau.