다음을 통해 공유


UserNotificationListener.GetNotificationsAsync(NotificationKinds) 메서드

정의

지정된 알림 종류와 일치하는 알림을 비동기적으로 검색합니다.

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))

매개 변수

kinds
NotificationKinds

검색할 알림 유형입니다.

반환

지정된 형식의 알림 컬렉션입니다.

특성

적용 대상