Condividi tramite


AppInstallManager.GetFreeDeviceEntitlementAsync Metodo

Definizione

Concede un diritto gratuito per l'app specificata a tutti gli utenti nel dispositivo corrente.

public:
 virtual IAsyncOperation<GetEntitlementResult ^> ^ GetFreeDeviceEntitlementAsync(Platform::String ^ storeId, Platform::String ^ campaignId, Platform::String ^ correlationVector) = GetFreeDeviceEntitlementAsync;
/// [Windows.Foundation.Metadata.RemoteAsync]
IAsyncOperation<GetEntitlementResult> GetFreeDeviceEntitlementAsync(winrt::hstring const& storeId, winrt::hstring const& campaignId, winrt::hstring const& correlationVector);
[Windows.Foundation.Metadata.RemoteAsync]
public IAsyncOperation<GetEntitlementResult> GetFreeDeviceEntitlementAsync(string storeId, string campaignId, string correlationVector);
function getFreeDeviceEntitlementAsync(storeId, campaignId, correlationVector)
Public Function GetFreeDeviceEntitlementAsync (storeId As String, campaignId As String, correlationVector As String) As IAsyncOperation(Of GetEntitlementResult)

Parametri

storeId
String

Platform::String

winrt::hstring

ID dello Store dell'app per cui si vuole concedere il diritto.

campaignId
String

Platform::String

winrt::hstring

ID della campagna associata al diritto.

correlationVector
String

Platform::String

winrt::hstring

Stringa di vettore di correlazione che può essere usata per generare dati di telemetria.

Restituisce

Un'operazione asincrona che, al termine del completamento, restituisce un oggetto GetEntitlementResult che indica lo stato della concessione di diritto.

Attributi

Requisiti Windows

Famiglia di dispositivi
Windows 10 Creators Update (è stato introdotto in 10.0.15063.0)
API contract
Windows.Foundation.UniversalApiContract (è stato introdotto in v4.0)
Funzionalità dell'app
runFullTrust

Si applica a