AppNotificationActivatedEventArgs.Argument 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 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
Remarks
This value is empty for default activation when no launch arguments specified in payload.