AppInstallItem.InstallInProgressToastNotificationMode Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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 = appInstallItem.installInProgressToastNotificationMode;
appInstallItem.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)
|
App capabilities |
runFullTrust
|