Partager via


StorePackageInstallOptions.AllowForcedAppRestart Propriété

Définition

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é

Boolean

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.

S’applique à