共用方式為


StoreContext.CanAcquireStoreLicenseAsync(String) 方法

定義

取得值,這個值表示是否可以為目前使用者的目前應用程式取得指定可下載內容的授權 (DLC) 附加元件。

public:
 virtual IAsyncOperation<StoreCanAcquireLicenseResult ^> ^ CanAcquireStoreLicenseAsync(Platform::String ^ productStoreId) = CanAcquireStoreLicenseAsync;
/// [Windows.Foundation.Metadata.RemoteAsync]
IAsyncOperation<StoreCanAcquireLicenseResult> CanAcquireStoreLicenseAsync(winrt::hstring const& productStoreId);
[Windows.Foundation.Metadata.RemoteAsync]
public IAsyncOperation<StoreCanAcquireLicenseResult> CanAcquireStoreLicenseAsync(string productStoreId);
function canAcquireStoreLicenseAsync(productStoreId)
Public Function CanAcquireStoreLicenseAsync (productStoreId As String) As IAsyncOperation(Of StoreCanAcquireLicenseResult)

參數

productStoreId
String

Platform::String

winrt::hstring

要檢查之 DLC 附加元件的 Store 識別碼。

傳回

在成功完成時,非同步作業會傳回 StoreCanAcquireLicenseResult 物件,指出是否可以取得授權。

屬性

Windows 需求

裝置系列
Windows 10, version 1803 (已於 10.0.17134.0 引進)
API contract
Windows.Services.Store.StoreContract (已於 v3.0 引進)

備註

附加元件的市集識別碼可在合作夥伴中心取得,而且會由代表附加元件的StoreProduct 的 StoreId屬性傳回。

注意

所有開發人員帳戶都無法使用 DLC) 附加元件 (可下載的內容。

適用於

另請參閱