TileActivatedInfo.RecentlyShownNotifications 属性

定义

获取已在磁贴上显示的通知,这些通知激活了从最近到最早的应用。 第一个通知表示用户单击磁贴时磁贴上的内容。 如果磁贴为空,则列表为空。

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)

属性值

显示从最近到最早的磁贴通知。

适用于