Freigeben über


AppInstallItem.CompletedInstallToastNotificationMode Eigenschaft

Definition

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 = appInstallItem.completedInstallToastNotificationMode;
appInstallItem.completedInstallToastNotificationMode = appInstallationToastNotificationMode;
Public Property CompletedInstallToastNotificationMode As AppInstallationToastNotificationMode

Eigenschaftswert

Ein -Objekt, das angibt, ob das System ein Popup anzeigt oder nicht, wenn die Installation einer App abgeschlossen ist. Zu den Optionen gehören Standard, Popup 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: