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)

プロパティ値

最新から最も古いものに表示されたタイル通知。

適用対象