TileActivatedInfo
TileActivatedInfo
TileActivatedInfo
TileActivatedInfo
Class
Definition
Provides information about the tile that launched your app.
public : sealed class TileActivatedInfo : ITileActivatedInfopublic sealed class TileActivatedInfo : ITileActivatedInfoPublic NotInheritable Class TileActivatedInfo Implements ITileActivatedInfo// You can use this class in JavaScript.
- Attributes
Windows 10 requirements
| Device family |
Windows 10 Anniversary Edition (introduced v10.0.14393.0)
|
| API contract |
Windows.Foundation.UniversalApiContract (introduced v3)
|
Remarks
This object is passed as an argument to ILaunchActivatedEventArgs2.
Properties
RecentlyShownNotifications RecentlyShownNotifications RecentlyShownNotifications RecentlyShownNotifications
Gets the notifications that have been shown on the tile that activated your app from most recent to oldest. The first notification represents what was on the tile when the user clicked it. If the tile was blank, the list is empty.
public : IVectorView<ShownTileNotification> RecentlyShownNotifications { get; }public IReadOnlyList<ShownTileNotification> RecentlyShownNotifications { get; }Public ReadOnly Property RecentlyShownNotifications As IReadOnlyList<ShownTileNotification>// You can use this property in JavaScript.
- Value
- IVectorView<ShownTileNotification> IReadOnlyList<ShownTileNotification> IReadOnlyList<ShownTileNotification> IReadOnlyList<ShownTileNotification>
The tile notifications that have been shown from most recent to oldest.