Freigeben über


ToastNotifier.Update Methode

Definition

Überlädt

Update(NotificationData, String)

Updates die vorhandene Popupbenachrichtigung mit dem angegebenen Tag.

Update(NotificationData, String, String)

Updates die vorhandene Popupbenachrichtigung, die das angegebene Tag enthält und zur angegebenen Benachrichtigungsgruppe gehört.

Update(NotificationData, String)

Updates die vorhandene Popupbenachrichtigung mit dem angegebenen Tag.

public:
 virtual NotificationUpdateResult Update(NotificationData ^ data, Platform::String ^ tag) = Update;
/// [Windows.Foundation.Metadata.Overload("UpdateWithTag")]
NotificationUpdateResult Update(NotificationData const& data, winrt::hstring const& tag);
[Windows.Foundation.Metadata.Overload("UpdateWithTag")]
public NotificationUpdateResult Update(NotificationData data, string tag);
function update(data, tag)
Public Function Update (data As NotificationData, tag As String) As NotificationUpdateResult

Parameter

data
NotificationData

Ein -Objekt, das die aktualisierten Informationen enthält.

tag
String

Platform::String

winrt::hstring

Der Bezeichner der zu aktualisierenden Popupbenachrichtigung.

Gibt zurück

Ein Wert, der das Ergebnis der Aktualisierung angibt (Fehler, Erfolg usw.).

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)

Gilt für:

Update(NotificationData, String, String)

Updates die vorhandene Popupbenachrichtigung, die das angegebene Tag enthält und zur angegebenen Benachrichtigungsgruppe gehört.

public:
 virtual NotificationUpdateResult Update(NotificationData ^ data, Platform::String ^ tag, Platform::String ^ group) = Update;
/// [Windows.Foundation.Metadata.Overload("UpdateWithTagAndGroup")]
NotificationUpdateResult Update(NotificationData const& data, winrt::hstring const& tag, winrt::hstring const& group);
[Windows.Foundation.Metadata.Overload("UpdateWithTagAndGroup")]
public NotificationUpdateResult Update(NotificationData data, string tag, string group);
function update(data, tag, group)
Public Function Update (data As NotificationData, tag As String, group As String) As NotificationUpdateResult

Parameter

data
NotificationData

Ein -Objekt, das die aktualisierten Informationen enthält.

tag
String

Platform::String

winrt::hstring

Der Bezeichner der zu aktualisierenden Popupbenachrichtigung.

group
String

Platform::String

winrt::hstring

Die ID der ToastCollection , die die Benachrichtigung enthält.

Gibt zurück

Ein Wert, der das Ergebnis der Aktualisierung angibt (Fehler, Erfolg usw.).

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)

Gilt für: