AppInstallManager.GetFreeDeviceEntitlementAsync 方法
定义
重要
一些信息与预发行产品相关,相应产品在发行之前可能会进行重大修改。 对于此处提供的信息,Microsoft 不作任何明示或暗示的担保。
向当前设备上的所有用户授予指定应用的免费权利。
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)
参数
- 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
|