AppNotificationActivatedEventArgs.Argument 属性

定义

获取与触发应用激活的应用通知按钮输入关联的 action 元素的 arguments 属性中提供的文本。

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

属性值

String

Platform::String

winrt::hstring

注解

当有效负载中未指定启动参数时,对于默认激活,此值为空。

适用于