Skip to content

Latest commit

 

History

History
22 lines (15 loc) · 803 Bytes

userpicker_picksingleuserasync_1238466536.md

File metadata and controls

22 lines (15 loc) · 803 Bytes
-api-id -api-type
M:Windows.System.UserPicker.PickSingleUserAsync
winrt method

Windows.System.UserPicker.PickSingleUserAsync

-description

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.

-returns

When this method completes, it returns the selected user. If no user was selected, it returns null instead.

-remarks

-examples

-see-also