TileActivatedInfo.RecentlyShownNotifications Proprietà
Definizione
Importante
Alcune informazioni sono relative alla release non definitiva del prodotto, che potrebbe subire modifiche significative prima della release definitiva. Microsoft non riconosce alcuna garanzia, espressa o implicita, in merito alle informazioni qui fornite.
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.