私のアプリケーションの 1 つで、私のタスクは、ユーザーが自分のアカウントをリセットしたときに終了することでした。申請は店頭にあるので問題ありません。このコードで終了できると確信しています。問題ありません。
var g = new Microsoft.Xna.Framework.Game();
g.Exit();
への参照を追加するだけですMicrosoft.Xna.Framework.Game
このリンクを見てください
5.1.2 - アプリの閉鎖
The app must handle exceptions raised by the any of the managed or native System API
and not close unexpectedly. During the certification process, the app is monitored
for unexpected closure. An app that closes unexpectedly fails certification. The app
must continue to run and remain responsive to user input after the exception is
handled.
たとえば、メッセージが必要なだけなので、THE EXITが期待されます。