Freigeben über


ToastNotificationManagerForUser.GetHistoryForToastCollectionIdAsync Methode

Definition

Startet den Abruf des Benachrichtigungsverlaufs für die angegebene Benachrichtigungsgruppe.

public:
 virtual IAsyncOperation<ToastNotificationHistory ^> ^ GetHistoryForToastCollectionIdAsync(Platform::String ^ collectionId) = GetHistoryForToastCollectionIdAsync;
/// [Windows.Foundation.Metadata.RemoteAsync]
IAsyncOperation<ToastNotificationHistory> GetHistoryForToastCollectionIdAsync(winrt::hstring const& collectionId);
[Windows.Foundation.Metadata.RemoteAsync]
public IAsyncOperation<ToastNotificationHistory> GetHistoryForToastCollectionIdAsync(string collectionId);
function getHistoryForToastCollectionIdAsync(collectionId)
Public Function GetHistoryForToastCollectionIdAsync (collectionId As String) As IAsyncOperation(Of ToastNotificationHistory)

Parameter

collectionId
String

Platform::String

winrt::hstring

Die ID der Benachrichtigungsgruppe, deren Verlauf Sie abrufen möchten.

Gibt zurück

Ein -Objekt, das den asynchronen Vorgang darstellt.

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: