Compartir a través de


TileActivatedInfo.RecentlyShownNotifications Propiedad

Definición

Obtiene las notificaciones que se han mostrado en el icono que activó la aplicación de la más reciente a la más antigua. La primera notificación representa lo que estaba en el icono cuando el usuario hizo clic en él. Si el icono estaba en blanco, la lista está vacía.

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)

Valor de propiedad

Las notificaciones de icono que se han mostrado de la más reciente a la más antigua.

Se aplica a