Freigeben über


UserNotificationListener.GetNotificationsAsync(NotificationKinds) Methode

Definition

Ruft asynchron Benachrichtigungen ab, die der angegebenen Benachrichtigungsart entsprechen.

public:
 virtual IAsyncOperation<IVectorView<UserNotification ^> ^> ^ GetNotificationsAsync(NotificationKinds kinds) = GetNotificationsAsync;
/// [Windows.Foundation.Metadata.RemoteAsync]
IAsyncOperation<IVectorView<UserNotification>> GetNotificationsAsync(NotificationKinds const& kinds);
[Windows.Foundation.Metadata.RemoteAsync]
public IAsyncOperation<IReadOnlyList<UserNotification>> GetNotificationsAsync(NotificationKinds kinds);
function getNotificationsAsync(kinds)
Public Function GetNotificationsAsync (kinds As NotificationKinds) As IAsyncOperation(Of IReadOnlyList(Of UserNotification))

Parameter

kinds
NotificationKinds

Der Typ der abzurufenden Benachrichtigung.

Gibt zurück

Eine Sammlung von Benachrichtigungen des angegebenen Typs.

Attribute

Gilt für: