ToastNotificationHistory.GetHistory 메서드
정의
중요
일부 정보는 릴리스되기 전에 상당 부분 수정될 수 있는 시험판 제품과 관련이 있습니다. Microsoft는 여기에 제공된 정보에 대해 어떠한 명시적이거나 묵시적인 보증도 하지 않습니다.
오버로드
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
쿼리할 알림의 태그 레이블입니다.
반환
알림 컬렉션입니다.
- 특성