AppUpdateOptions.AutomaticallyDownloadAndInstallUpdateIfFound Propriété
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.
Obtient ou définit une valeur qui indique si les mises à jour doivent être automatiquement téléchargées et installées si elles sont trouvées.
public:
property bool AutomaticallyDownloadAndInstallUpdateIfFound { bool get(); void set(bool value); };
bool AutomaticallyDownloadAndInstallUpdateIfFound();
void AutomaticallyDownloadAndInstallUpdateIfFound(bool value);
public bool AutomaticallyDownloadAndInstallUpdateIfFound { get; set; }
var boolean = appUpdateOptions.automaticallyDownloadAndInstallUpdateIfFound;
appUpdateOptions.automaticallyDownloadAndInstallUpdateIfFound = boolean;
Public Property AutomaticallyDownloadAndInstallUpdateIfFound As Boolean
Valeur de propriété
bool
True pour mettre automatiquement en file d’attente, télécharger et installer les mises à jour d’application le cas échéant. False ajoute les mises à jour à la file d’attente d’installation dans un état suspendu.
Configuration requise pour Windows
Famille d’appareils |
Windows 10, version 1809 (introduit dans 10.0.17763.0)
|
API contract |
Windows.Foundation.UniversalApiContract (introduit dans v7.0)
|