AppNotificationActivatedEventArgs.Argument 属性
定义
重要
一些信息与预发行产品相关,相应产品在发行之前可能会进行重大修改。 对于此处提供的信息,Microsoft 不作任何明示或暗示的担保。
获取与触发应用激活的应用通知按钮输入关联的 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
属性值
注解
当有效负载中未指定启动参数时,对于默认激活,此值为空。