gpt4 book ai didi

c# - 退出 Windows 8.1 App 时执行代码

转载 作者:太空宇宙 更新时间:2023-11-03 16:05:54 26 4
gpt4 key购买 nike

我正在尝试在退出时在我的 Windows 8.1 应用程序上执行一些代码,此时用户正常向下拖动应用程序(而不是延长按住以终止)。

在 Windows 8 中,我使用以下代码在退出时清除应用程序的磁贴:-

    private async void OnSuspending(object sender, SuspendingEventArgs e)
{
Windows.UI.Notifications.TileUpdateManager.CreateTileUpdaterForApplication().Clear();
}

但是,当应用终止方式发生变化时,此代码不会在 Windows 8.1 中调用。

如何为 Windows 8.1 重新创建代码?

最佳答案

在 8.1 中,关闭手势不再杀死应用程序。 Instead you have to hold it at the button for 1 second and when the icons flips ,应用程序已关闭。

enter image description here

看看代码是不是在那里执行的。

关于c# - 退出 Windows 8.1 App 时执行代码,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/19440895/

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