StoreSku.GetIsInstalledAsync 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 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