NotificationData.Values 屬性
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
取得新 NotificationData的索引鍵和值集合,例如 「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)
屬性值
新 NotificationData的索引鍵和值集合,例如 「progressValue」、「0」。