Skip to content

Latest commit

 

History

History
25 lines (16 loc) · 693 Bytes

notificationdata_notificationdata_518694361.md

File metadata and controls

25 lines (16 loc) · 693 Bytes
-api-id -api-type
M:Windows.UI.Notifications.NotificationData.#ctor(Windows.Foundation.Collections.IIterable{Windows.Foundation.Collections.IKeyValuePair{System.String,System.String}})
winrt method

Windows.UI.Notifications.NotificationData.NotificationData

-description

Creates a new NotificationData that contains the specified values.

-parameters

-param initialValues

A collection of keys and values for the new NotificationData, such as "progressValue", "0".

-remarks

-see-also

-examples