Skip to content

Latest commit

 

History

History
26 lines (18 loc) · 989 Bytes

accountssettingspane_show_392493604.md

File metadata and controls

26 lines (18 loc) · 989 Bytes
-api-id -api-type -api-device-family-note
M:Windows.UI.ApplicationSettings.AccountsSettingsPane.Show
winrt method
xbox

Windows.UI.ApplicationSettings.AccountsSettingsPane.Show

-description

Displays the account settings pane.

-remarks

You can modify the contents of the AccountsSettingsPane by registering for the AccountCommandsRequested event. If an error occurs while modifying the pane, Show will fail silently and the pane will not appear.

Show will not notify the caller when the user has dismissed the account settings pane. To receive an asynchronous action response use ShowManageAccountsAsync.

Do not call Show multiple times in rapid succession. If you call Show while an existing Show operation is still running, an exception will be thrown.

-examples

-see-also