StoreQueueItem.CancelInstallAsync 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.
Annule l’installation du package actuel dans la file d’attente.
public:
virtual IAsyncAction ^ CancelInstallAsync() = CancelInstallAsync;
/// [Windows.Foundation.Metadata.RemoteAsync]
IAsyncAction CancelInstallAsync();
[Windows.Foundation.Metadata.RemoteAsync]
public IAsyncAction CancelInstallAsync();
function cancelInstallAsync()
Public Function CancelInstallAsync () As IAsyncAction
Retours
Objet utilisé pour contrôler l’opération asynchrone.
- Attributs
Configuration requise pour Windows
Famille d’appareils |
Windows 10, version 1809 (introduit dans 10.0.17763.0)
|
API contract |
Windows.Services.Store.StoreContract (introduit dans v4.0)
|
Remarques
Pour reprendre l’installation du package actuel dans la file d’attente, utilisez ResumeInstallAsync.