ToastNotification.Data 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 additional information about the status of the toast notification.
public:
property NotificationData ^ Data { NotificationData ^ get(); void set(NotificationData ^ value); };
NotificationData Data();
void Data(NotificationData value);
public NotificationData Data { get; set; }
var notificationData = toastNotification.data;
toastNotification.data = notificationData;
Public Property Data As NotificationData
Property Value
An object that provides additional information about the status of the toast notification, such as the progress of the action described by the notification.
Windows requirements
Device family |
Windows 10 Creators Update (introduced in 10.0.15063.0)
|
API contract |
Windows.Foundation.UniversalApiContract (introduced in v4.0)
|