ShownTileNotification ShownTileNotification ShownTileNotification ShownTileNotification Class

Definition

Provides info about a tile notification that was displayed in the Start menu.

public : sealed class ShownTileNotification : IShownTileNotificationpublic sealed class ShownTileNotification : IShownTileNotificationPublic NotInheritable Class ShownTileNotification Implements IShownTileNotification// 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)

Properties

Arguments Arguments Arguments Arguments

Gets the arguments from the notification’s XML payload for the tile size that was displayed, or an empty string if there were no arguments provided for that size.

public : PlatForm::String Arguments { get; }public string Arguments { get; }Public ReadOnly Property Arguments As string// You can use this property in JavaScript.
Value
PlatForm::String string string string

The arguments from the notification’s XML payload for the tile size that was displayed, or an empty string if there were no arguments provided for that size.