ToastActivatedEventArgs.Arguments Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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
The arguments string associated with the particular action.