ToastNotificationActionTriggerDetail.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 a value representing the argument that was passed.
public:
property Platform::String ^ Argument { Platform::String ^ get(); };
winrt::hstring Argument();
public string Argument { get; }
var string = toastNotificationActionTriggerDetail.argument;
Public ReadOnly Property Argument As String
Property Value
The argument that was passed.