NotificationData Klasse
Definition
Wichtig
Einige Informationen beziehen sich auf Vorabversionen, die vor dem Release ggf. grundlegend überarbeitet werden. Microsoft übernimmt hinsichtlich der hier bereitgestellten Informationen keine Gewährleistungen, seien sie ausdrücklich oder konkludent.
Speichert Daten für die Anzeige in einer Popupbenachrichtigung.
public ref class NotificationData sealed
/// [Windows.Foundation.Metadata.Activatable(262144, "Windows.Foundation.UniversalApiContract")]
/// [Windows.Foundation.Metadata.Activatable(Windows.UI.Notifications.INotificationDataFactory, 262144, "Windows.Foundation.UniversalApiContract")]
/// [Windows.Foundation.Metadata.ContractVersion(Windows.Foundation.UniversalApiContract, 262144)]
/// [Windows.Foundation.Metadata.MarshalingBehavior(Windows.Foundation.Metadata.MarshalingType.Agile)]
/// [Windows.Foundation.Metadata.Threading(Windows.Foundation.Metadata.ThreadingModel.Both)]
class NotificationData final
[Windows.Foundation.Metadata.Activatable(262144, "Windows.Foundation.UniversalApiContract")]
[Windows.Foundation.Metadata.Activatable(typeof(Windows.UI.Notifications.INotificationDataFactory), 262144, "Windows.Foundation.UniversalApiContract")]
[Windows.Foundation.Metadata.ContractVersion(typeof(Windows.Foundation.UniversalApiContract), 262144)]
[Windows.Foundation.Metadata.MarshalingBehavior(Windows.Foundation.Metadata.MarshalingType.Agile)]
[Windows.Foundation.Metadata.Threading(Windows.Foundation.Metadata.ThreadingModel.Both)]
public sealed class NotificationData
function NotificationData(initialValues, sequenceNumber)
Public NotInheritable Class NotificationData
- Vererbung
- Attribute
Windows-Anforderungen
Gerätefamilie |
Windows 10 Creators Update (eingeführt in 10.0.15063.0)
|
API contract |
Windows.Foundation.UniversalApiContract (eingeführt in v4.0)
|
Konstruktoren
NotificationData() |
Erstellt eine neue NotificationData-Datei. |
NotificationData(IIterable<KeyValuePair<String,String>>) |
Erstellt eine neue NotificationData-Datei , die die angegebenen Werte enthält. |
NotificationData(IIterable<KeyValuePair<String,String>>, UInt32) |
Erstellt eine neue NotificationData-Datei , die die angegebenen Werte und die angegebene Sequenznummer enthält. |
Eigenschaften
SequenceNumber |
Ruft die Sequenznummer dieser Benachrichtigungsdaten ab oder legt diese fest. Das System verwendet die Sequenznummer, um zu bestimmen, ob die Benachrichtigungsdaten veraltet sind. |
Values |
Ruft die Auflistung von Schlüsseln und Werten für die neue NotificationData ab, z. B. "progressValue", "0". |