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

クエリ対象のトーストのタグ ラベル。

戻り値

トーストのコレクション。

属性

こちらもご覧ください

適用対象