ShownTileNotification.Arguments Property

Definition

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:
 property Platform::String ^ Arguments { Platform::String ^ get(); };
winrt::hstring Arguments();
public string Arguments { get; }
var string = shownTileNotification.arguments;
Public ReadOnly Property Arguments As String

Property Value

String

Platform::String

winrt::hstring

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.

Applies to