Freigeben über


ToastNotificationHistory.GetHistory Methode

Definition

Überlädt

GetHistory()

Ruft den Benachrichtigungsverlauf für alle von dieser App gesendeten Benachrichtigungen aus dem Info-Center ab.

GetHistory(String)

Ruft den Benachrichtigungsverlauf für ein Popup mit der angegebenen Tagbezeichnung aus dem Info-Center ab.

GetHistory()

Ruft den Benachrichtigungsverlauf für alle von dieser App gesendeten Benachrichtigungen aus dem Info-Center ab.

public:
 virtual IVectorView<ToastNotification ^> ^ GetHistory() = GetHistory;
/// [Windows.Foundation.Metadata.Overload("GetHistory")]
IVectorView<ToastNotification> GetHistory();
[Windows.Foundation.Metadata.Overload("GetHistory")]
public IReadOnlyList<ToastNotification> GetHistory();
function getHistory()
Public Function GetHistory () As IReadOnlyList(Of ToastNotification)

Gibt zurück

Eine Auflistung von Popups.

Attribute

Weitere Informationen

Gilt für:

GetHistory(String)

Ruft den Benachrichtigungsverlauf für ein Popup mit der angegebenen Tagbezeichnung aus dem Info-Center ab.

public:
 virtual IVectorView<ToastNotification ^> ^ GetHistory(Platform::String ^ applicationId) = GetHistory;
/// [Windows.Foundation.Metadata.Overload("GetHistoryWithId")]
IVectorView<ToastNotification> GetHistory(winrt::hstring const& applicationId);
[Windows.Foundation.Metadata.Overload("GetHistoryWithId")]
public IReadOnlyList<ToastNotification> GetHistory(string applicationId);
function getHistory(applicationId)
Public Function GetHistory (applicationId As String) As IReadOnlyList(Of ToastNotification)

Parameter

applicationId
String

Platform::String

winrt::hstring

Die Tagbeschriftung für das abgefragte Popup.

Gibt zurück

Eine Auflistung von Popups.

Attribute

Weitere Informationen

Gilt für: