Condividi tramite


LicenseInformation.ProductLicenses Proprietà

Definizione

Ottiene l'elenco associativo di licenze per i prodotti in-app a cui l'utente ha attualmente diritto.

public:
 property IMapView<Platform::String ^, ProductLicense ^> ^ ProductLicenses { IMapView<Platform::String ^, ProductLicense ^> ^ get(); };
IMapView<winrt::hstring, ProductLicense const&> ProductLicenses();
public IReadOnlyDictionary<string,ProductLicense> ProductLicenses { get; }
var iMapView = licenseInformation.productLicenses;
Public ReadOnly Property ProductLicenses As IReadOnlyDictionary(Of String, ProductLicense)

Valore della proprietà

Elenco associativo di licenze di funzionalità.

Commenti

Per determinare se l'utente ha diritto ai prodotti in-app, utilizzare la proprietà IsActive degli oggetti ProductLicense .

Importante

L'elenco restituito di oggetti ProductLicense rappresenterà sempre tutti i prodotti in-app a cui l'utente ha attualmente diritto (dove IsActive = true). Tuttavia, questo elenco può o non contenere anche oggetti ProductLicense per i prodotti a cui l'utente non ha attualmente diritto (dove IsActive = false).

Si applica a