StoreSku.GetIsInstalledAsync Méthode
Définition
Important
Certaines informations portent sur la préversion du produit qui est susceptible d’être en grande partie modifiée avant sa publication. Microsoft exclut toute garantie, expresse ou implicite, concernant les informations fournies ici.
Indique si cette référence SKU de produit est installée sur l’appareil actuel.
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)
Retours
Opération asynchrone qui, une fois l’achèvement réussi, retourne true si cette référence SKU de produit est installée sur l’appareil actuel ; sinon, false.
- Attributs