DeploymentInitializeOptions.OnErrorShowUI 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 l’interface utilisateur doit être affichée en cas d’erreur.
public:
property bool OnErrorShowUI { bool get(); void set(bool value); };
bool OnErrorShowUI();
void OnErrorShowUI(bool value);
public bool OnErrorShowUI { get; set; }
var boolean = deploymentInitializeOptions.onErrorShowUI;
deploymentInitializeOptions.onErrorShowUI = boolean;
Public Property OnErrorShowUI As Boolean
Valeur de propriété
Boolean
bool
true
L’interface utilisateur doit être affichée ; sinon, false
.