StoreProduct.GetIsAnySkuInstalledAsync Method

Definition

Indicates whether any SKU of this product is installed on the current device. This method is intended to be used for products that have downloadable content (DLC).

public:
 virtual IAsyncOperation<bool> ^ GetIsAnySkuInstalledAsync() = GetIsAnySkuInstalledAsync;
/// [Windows.Foundation.Metadata.RemoteAsync]
IAsyncOperation<bool> GetIsAnySkuInstalledAsync();
[Windows.Foundation.Metadata.RemoteAsync]
public IAsyncOperation<bool> GetIsAnySkuInstalledAsync();
function getIsAnySkuInstalledAsync()
Public Function GetIsAnySkuInstalledAsync () As IAsyncOperation(Of Boolean)

Returns

An asynchronous operation that, on successful completion, returns true if a SKU of this product is installed on the current device; otherwise, false.

Attributes

Remarks

To determine whether the product has downloadable content, use the HasDigitalDownload property.

Note

Downloadable content (DLC) packages are not available to all developer accounts.

Applies to

See also