AccountsSettingsPane.Show Method

Definition

Displays the account settings pane.

public:
 static void Show();
 static void Show();
public static void Show();
function show()
Public Shared Sub Show ()

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.

Applies to