StoreSku.GetIsInstalledAsync Method

Definition

Indicates whether this product SKU is installed on the current device.

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

Returns

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

Attributes

Applies to