다음을 통해 공유


ToastNotificationHistory.GetHistory 메서드

정의

오버로드

GetHistory()

알림 센터에서 이 앱에서 보낸 모든 알림에 대한 알림 기록을 가져옵니다.

GetHistory(String)

알림 센터에서 지정된 태그 레이블이 있는 알림의 알림 기록을 가져옵니다.

GetHistory()

알림 센터에서 이 앱에서 보낸 모든 알림에 대한 알림 기록을 가져옵니다.

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)

반환

알림 컬렉션입니다.

특성

추가 정보

적용 대상

GetHistory(String)

알림 센터에서 지정된 태그 레이블이 있는 알림의 알림 기록을 가져옵니다.

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)

매개 변수

applicationId
String

Platform::String

winrt::hstring

쿼리할 알림의 태그 레이블입니다.

반환

알림 컬렉션입니다.

특성

추가 정보

적용 대상