Condividi tramite


ToastNotificationHistory.GetHistory Metodo

Definizione

Overload

GetHistory()

Ottiene la cronologia delle notifiche, per tutte le notifiche inviate da questa app, dal centro azioni.

GetHistory(String)

Ottiene la cronologia delle notifiche, per un avviso popup con l'etichetta di tag specificata, dal centro azioni.

GetHistory()

Ottiene la cronologia delle notifiche, per tutte le notifiche inviate da questa app, dal centro azioni.

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)

Restituisce

Raccolta di avvisi popup.

Attributi

Vedi anche

Si applica a

GetHistory(String)

Ottiene la cronologia delle notifiche, per un avviso popup con l'etichetta di tag specificata, dal centro azioni.

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)

Parametri

applicationId
String

Platform::String

winrt::hstring

Etichetta tag per l'avviso popup sottoposto a query.

Restituisce

Raccolta di avvisi popup.

Attributi

Vedi anche

Si applica a