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
您要授與權利之應用程式的市集識別碼。
- campaignId
-
String
Platform::String
winrt::hstring
與權利相關聯的行銷活動識別碼。
- correlationVector
-
String
Platform::String
winrt::hstring
可用來產生遙測資料的相互關聯向量字串。
傳回
在成功完成時,非同步作業會傳回 GetEntitlementResult 物件,指出權利授與的狀態。
- 屬性
Windows 需求
裝置系列 |
Windows 10 Creators Update (已於 10.0.15063.0 引進)
|
API contract |
Windows.Foundation.UniversalApiContract (已於 v4.0 引進)
|
應用程式功能 |
runFullTrust
|