TileActivatedInfo.RecentlyShownNotifications Proprietà

Definizione

Ottiene le notifiche visualizzate nel riquadro che ha attivato l'app dalla versione più recente alla meno recente. La prima notifica rappresenta ciò che si trovava nel riquadro quando l'utente ha fatto clic su di esso. Se il riquadro è vuoto, l'elenco è vuoto.

public:
 property IVectorView<ShownTileNotification ^> ^ RecentlyShownNotifications { IVectorView<ShownTileNotification ^> ^ get(); };
IVectorView<ShownTileNotification> RecentlyShownNotifications();
public IReadOnlyList<ShownTileNotification> RecentlyShownNotifications { get; }
var iVectorView = tileActivatedInfo.recentlyShownNotifications;
Public ReadOnly Property RecentlyShownNotifications As IReadOnlyList(Of ShownTileNotification)

Valore della proprietà

Notifiche dei riquadri visualizzate dalla versione più recente alla meno recente.

Si applica a