Partager via


TileActivatedInfo.RecentlyShownNotifications Propriété

Définition

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.

S’applique à