NotificationData.Values プロパティ
定義
重要
一部の情報は、リリース前に大きく変更される可能性があるプレリリースされた製品に関するものです。 Microsoft は、ここに記載されている情報について、明示または黙示を問わず、一切保証しません。
"progressValue"、"0" など、新しい NotificationData のキーと値のコレクションを取得します。
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" など)。