gpt4 book ai didi

azure - 为什么 Toast 通知在 Windows 10 应用程序中使用 OnLaunched 而不是 OnActivated?

转载 作者:行者123 更新时间:2023-12-03 05:51:20 27 4
gpt4 key购买 nike

当单击我的 Toast 通知时,将调用 OnLaunched 方法而不是 OnActivated。 e.Arguments 中没有任何内容 - 有什么想法吗?

我的 Toast 模板是默认的 Visual Studio Server Explorer 模板:

<?xml version="1.0" encoding="utf-8"?>
<toast>
<visual>
<binding template="ToastText01">
<text id="1">Test message</text>
</binding>
</visual>
</toast>

最佳答案

OnLaunched 被调用,因为使用了旧版 Toast 模板:

Note: If you are using the legacy toast templates from Windows 8.1, OnLaunched will be called instead. [docs]

并且 e.Arguments 为空,因为 toastlaunch 属性未在 XML 中设置 ( see this MSDN page for details )。

关于azure - 为什么 Toast 通知在 Windows 10 应用程序中使用 OnLaunched 而不是 OnActivated?,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/47651292/

27 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com