AppNotificationActivatedEventArgs.Argument Property

Definition

Gets the text provided in the arguments attribute of the action element associated with the app notification button input that triggered the app activation.

public:
 property Platform::String ^ Argument { Platform::String ^ get(); };
winrt::hstring Argument();
public string Argument { get; }
var string = appNotificationActivatedEventArgs.argument;
Public ReadOnly Property Argument As String

Property Value

String

Platform::String

winrt::hstring

Remarks

This value is empty for default activation when no launch arguments specified in payload.

Applies to