CurrentAppSimulator.LicenseInformation Eigenschaft

Definition

Ruft die simulierten Lizenzmetadaten für die aktuelle App ab, die von der Simulation bereitgestellt werden.

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

Eigenschaftswert

Die Von der Simulation bereitgestellten Lizenzmetadaten für die aktuelle App.

Hinweise

Verwendet das LicenseInformation-Element in der WindowsStoreProxy.xml-Datei als Datenquelle für die Member des zurückgegebenen Objekts. Weitere Informationen finden Sie unter Verwenden der WindowsStoreProxy.xml-Datei mit CurrentAppSimulator.

Für diese API ist keine Netzwerkverbindung erforderlich.

Gilt für: