AppInstallItem.InstallInProgressToastNotificationMode 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 le mode toast de notification pour lorsque l’installation de l’application est en cours.
public:
property AppInstallationToastNotificationMode InstallInProgressToastNotificationMode { AppInstallationToastNotificationMode get(); void set(AppInstallationToastNotificationMode value); };
AppInstallationToastNotificationMode InstallInProgressToastNotificationMode();
void InstallInProgressToastNotificationMode(AppInstallationToastNotificationMode value);
public AppInstallationToastNotificationMode InstallInProgressToastNotificationMode { get; set; }
var appInstallationToastNotificationMode = appInstallItem.installInProgressToastNotificationMode;
appInstallItem.installInProgressToastNotificationMode = appInstallationToastNotificationMode;
Public Property InstallInProgressToastNotificationMode As AppInstallationToastNotificationMode
Valeur de propriété
Valeur qui indique si le système affiche ou non un toast pendant l’installation de l’application. Les choix incluent la valeur par défaut, le toast avec ou sans fenêtre contextuelle et pas de toast. Si la valeur par défaut est définie, le système choisit le toast approprié.
Configuration requise pour Windows
Famille d’appareils |
Windows 10, version 1809 (introduit dans 10.0.17763.0)
|
API contract |
Windows.Foundation.UniversalApiContract (introduit dans v7.0)
|
Fonctionnalités de l’application |
runFullTrust
|