Share via


AppInstallOptions.CompletedInstallToastNotificationMode Property

Definition

Gets or sets the notification toast mode for when the app installation completes.

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

Property Value

A value that indicates whether the system will show a toast or not when an app completes its install. Choices include default, toast with or without a popup, and no toast. If the default is set, the system will choose the appropriate toast.

Windows requirements

Device family
Windows 10, version 1809 (introduced in 10.0.17763.0)
API contract
Windows.Foundation.UniversalApiContract (introduced in v7.0)

Applies to