AppInstallManager.GetFreeUserEntitlementForUserAsync 方法

定义

向指定用户授予指定应用的免费权利。

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

参数

user
User

一个 Windows.System.User 对象,表示要向其授予权利的用户。

storeId
String

Platform::String

winrt::hstring

要为其授予权利的应用的应用商店 ID。

campaignId
String

Platform::String

winrt::hstring

与权利关联的市场活动的 ID。

correlationVector
String

Platform::String

winrt::hstring

可用于生成遥测数据的相关向量字符串。

返回

异步操作在成功完成时返回 一个 GetEntitlementResult 对象,该对象指示权利授予的状态。

属性

Windows 要求

设备系列
Windows 10 Creators Update (在 10.0.15063.0 中引入)
API contract
Windows.Foundation.UniversalApiContract (在 v4.0 中引入)
应用功能
runFullTrust

适用于