TileActivatedInfo.RecentlyShownNotifications Propriété
Définition
Important
Certaines informations portent sur la préversion du produit qui est susceptible d’être en grande partie modifiée avant sa publication. Microsoft exclut toute garantie, expresse ou implicite, concernant les informations fournies ici.
Obtient les notifications qui ont été affichées sur la vignette qui a activé votre application de la plus récente à la plus ancienne. La première notification représente ce qui se trouvait sur la vignette lorsque l’utilisateur a cliqué dessus. Si la vignette était vide, la liste est vide.
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)
Valeur de propriété
Notifications de vignette qui ont été affichées de la plus récente à la plus ancienne.