AppInstallOptions.InstallInProgressToastNotificationMode Property

Definition

Gets or sets the notification toast mode for when the app installation is in progress.

public:
 property AppInstallationToastNotificationMode InstallInProgressToastNotificationMode { AppInstallationToastNotificationMode get(); void set(AppInstallationToastNotificationMode value); };
AppInstallationToastNotificationMode InstallInProgressToastNotificationMode();

void InstallInProgressToastNotificationMode(AppInstallationToastNotificationMode value);
public AppInstallationToastNotificationMode InstallInProgressToastNotificationMode { get; set; }
var appInstallationToastNotificationMode = appInstallOptions.installInProgressToastNotificationMode;
appInstallOptions.installInProgressToastNotificationMode = appInstallationToastNotificationMode;
Public Property InstallInProgressToastNotificationMode As AppInstallationToastNotificationMode

Property Value

A value that indicates whether the system will show a toast or not during app installation. 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