CurrentAppSimulator.LicenseInformation Propriété

Définition

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.

S’applique à