StoreProduct.GetIsAnySkuInstalledAsync Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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.