ToastActivatedEventArgs.Arguments Property

Definition

Gets the arguments associated with a toast action initiated by the user. This arguments string was included in the toast's XML payload.

public:
 property Platform::String ^ Arguments { Platform::String ^ get(); };
winrt::hstring Arguments();
public string Arguments { get; }
var string = toastActivatedEventArgs.arguments;
Public ReadOnly Property Arguments As String

Property Value

String

Platform::String

winrt::hstring

The arguments string associated with the particular action.

Applies to