AppInstallOptions.CompletedInstallToastNotificationMode Eigenschaft
Definition
Wichtig
Einige Informationen beziehen sich auf Vorabversionen, die vor dem Release ggf. grundlegend überarbeitet werden. Microsoft übernimmt hinsichtlich der hier bereitgestellten Informationen keine Gewährleistungen, seien sie ausdrücklich oder konkludent.
Ruft den Popupmodus für Benachrichtigungen ab, wenn die App-Installation abgeschlossen ist, oder legt diesen fest.
public:
property AppInstallationToastNotificationMode CompletedInstallToastNotificationMode { AppInstallationToastNotificationMode get(); void set(AppInstallationToastNotificationMode value); };
AppInstallationToastNotificationMode CompletedInstallToastNotificationMode();
void CompletedInstallToastNotificationMode(AppInstallationToastNotificationMode value);
public AppInstallationToastNotificationMode CompletedInstallToastNotificationMode { get; set; }
var appInstallationToastNotificationMode = appInstallOptions.completedInstallToastNotificationMode;
appInstallOptions.completedInstallToastNotificationMode = appInstallationToastNotificationMode;
Public Property CompletedInstallToastNotificationMode As AppInstallationToastNotificationMode
Eigenschaftswert
Ein Wert, der angibt, ob das System ein Popup anzeigt oder nicht, wenn die Installation einer App abgeschlossen ist. 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)
|