AppInstallManager.GetFreeUserEntitlementAsync(String, String, 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.
Octroie un droit gratuit pour l’application spécifiée à l’utilisateur actuel.
public:
virtual IAsyncOperation<GetEntitlementResult ^> ^ GetFreeUserEntitlementAsync(Platform::String ^ storeId, Platform::String ^ campaignId, Platform::String ^ correlationVector) = GetFreeUserEntitlementAsync;
/// [Windows.Foundation.Metadata.RemoteAsync]
IAsyncOperation<GetEntitlementResult> GetFreeUserEntitlementAsync(winrt::hstring const& storeId, winrt::hstring const& campaignId, winrt::hstring const& correlationVector);
[Windows.Foundation.Metadata.RemoteAsync]
public IAsyncOperation<GetEntitlementResult> GetFreeUserEntitlementAsync(string storeId, string campaignId, string correlationVector);
function getFreeUserEntitlementAsync(storeId, campaignId, correlationVector)
Public Function GetFreeUserEntitlementAsync (storeId As String, campaignId As String, correlationVector As String) As IAsyncOperation(Of GetEntitlementResult)
Paramètres
- storeId
-
String
Platform::String
winrt::hstring
ID Store de l’application pour laquelle vous souhaitez accorder le droit.
- campaignId
-
String
Platform::String
winrt::hstring
ID de la campagne associée au droit.
- correlationVector
-
String
Platform::String
winrt::hstring
Chaîne vectorielle de corrélation qui peut être utilisée pour générer des données de télémétrie.
Retours
Opération asynchrone qui, une fois terminée, retourne un objet GetEntitlementResult qui indique le status de l’octroi de droits.
- Attributs
Configuration requise pour Windows
Famille d’appareils |
Windows 10 Creators Update (introduit dans 10.0.15063.0)
|
API contract |
Windows.Foundation.UniversalApiContract (introduit dans v4.0)
|
Fonctionnalités de l’application |
runFullTrust
|