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)

屬性值

最近顯示到最舊之磚通知。

適用於