TileActivatedInfo.RecentlyShownNotifications 屬性
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
取得已在磚上顯示的通知,該磚會從最近到最舊啟動您的應用程式。 第一個通知代表使用者在按一下磚時的內容。 如果磚是空白的,清單會是空的。
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)
屬性值
最近顯示到最舊之磚通知。