Partager via


NotificationData.Values Propriété

Définition

Obtient la collection de clés et de valeurs pour les nouvelles données NotificationData, telles que « 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)

Valeur de propriété

IMap<String,String>

IDictionary<String,String>

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

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

Collection de clés et de valeurs pour la nouvelle notificationData, comme « progressValue », « 0 ».

S’applique à