Freigeben über


AppInstallItem.InstallInProgressToastNotificationMode Eigenschaft

Definition

Ruft den Popupmodus für Benachrichtigungen ab, wenn die App-Installation ausgeführt wird, oder legt diesen fest.

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

Eigenschaftswert

Ein Wert, der angibt, ob das System während der App-Installation ein Popup anzeigt oder nicht. Die Optionen umfassen standard, Popups mit oder ohne Popup und kein Popup. Wenn der Standardwert festgelegt ist, wählt das System das entsprechende Popup aus.

Windows-Anforderungen

Gerätefamilie
Windows 10, version 1809 (eingeführt in 10.0.17763.0)
API contract
Windows.Foundation.UniversalApiContract (eingeführt in v7.0)
App-Funktionen
runFullTrust

Gilt für: