在 Xbox UWP 中切换用户 UI

Switch user UI in Xbox UWP

有没有办法从应用内调用切换用户视图?现在我们可以退出应用程序并调用管理用户视图来切换登录用户。但我需要知道我们是否可以从我们的应用程序调用视图?

参考this link.

UserPicker.PickSingleUserAsync - "Displays a dialog for the user to pick a user account. The selected account is signed in, paired with the IGameController that selected it, and becomes obtainable using the User class. This method is only supported for multi-user devices and apps, and will throw an exception if called from a single user device or app."