StorePackageInstallOptions.AllowForcedAppRestart 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 le système d’exploitation peut forcer le redémarrage de l’application après avoir installé les packages de contenu téléchargeable (DLC) pour l’application actuelle à l’aide de la méthode RequestDownloadAndInstallStorePackagesAsync .
public:
property bool AllowForcedAppRestart { bool get(); void set(bool value); };
bool AllowForcedAppRestart();
void AllowForcedAppRestart(bool value);
public bool AllowForcedAppRestart { get; set; }
var boolean = storePackageInstallOptions.allowForcedAppRestart;
storePackageInstallOptions.allowForcedAppRestart = boolean;
Public Property AllowForcedAppRestart As Boolean
Valeur de propriété
bool
True si le système d’exploitation peut forcer le redémarrage de l’application après l’installation des packages DLC ; sinon, false.