AppInstallItem.CompletedInstallToastNotificationMode 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 completes.
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
Property Value
An object that indicates whether the system will show a toast or not when an app completes its install. The 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
|