NotificationData.Values Property

Definition

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

public:
 property IMap<Platform::String ^, Platform::String ^> ^ Values { IMap<Platform::String ^, Platform::String ^> ^ get(); };
IMap<winrt::hstring, winrt::hstring const&> Values();
public IDictionary<string,string> Values { get; }
var iMap = notificationData.values;
Public ReadOnly Property Values As IDictionary(Of String, String)

Property Value

IMap<String,String>

IDictionary<String,String>

IMap<Platform::String,Platform::String>

IMap<winrt::hstring,winrt::hstring>

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

Applies to