Compartir a través de


StorePackageInstallOptions.AllowForcedAppRestart Propiedad

Definición

Obtiene o establece un valor que indica si el sistema operativo puede forzar el reinicio de la aplicación después de instalar los paquetes de contenido descargable (DLC) para la aplicación actual mediante el método 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

Valor de propiedad

Boolean

bool

True si el sistema operativo puede forzar que la aplicación se reinicie después de instalar los paquetes DLC; de lo contrario, false.

Se aplica a