StorePackageInstallOptions.AllowForcedAppRestart Proprietà
Definizione
Importante
Alcune informazioni sono relative alla release non definitiva del prodotto, che potrebbe subire modifiche significative prima della release definitiva. Microsoft non riconosce alcuna garanzia, espressa o implicita, in merito alle informazioni qui fornite.
Ottiene o imposta un valore che indica se il sistema operativo può forzare il riavvio dell'app dopo l'installazione dei pacchetti DLC (Downloadable Content) per l'app corrente usando il metodo 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
Valore della proprietà
bool
True se il sistema operativo può forzare il riavvio dell'app dopo l'installazione dei pacchetti DLC; in caso contrario, false.