AccountsSettingsPane.ShowManageAccountsForUserAsync(User) Method

Definition

Displays the manage accounts screen for the specified user.

public:
 static IAsyncAction ^ ShowManageAccountsForUserAsync(User ^ user);
/// [Windows.Foundation.Metadata.RemoteAsync]
 static IAsyncAction ShowManageAccountsForUserAsync(User const& user);
[Windows.Foundation.Metadata.RemoteAsync]
public static IAsyncAction ShowManageAccountsForUserAsync(User user);
function showManageAccountsForUserAsync(user)
Public Shared Function ShowManageAccountsForUserAsync (user As User) As IAsyncAction

Parameters

user
User

The user whose accounts will be accessed.

Returns

Represents the asynchronous action. You usually don't access this IAsyncAction return value directly. That's because you almost always use the language-specific awaitable syntax. In this case, the apparent return value of the method is void.

The asynchronous action completes when the user has dismissed the manage accounts screen.

Attributes

Windows requirements

Device family
Windows 10, version 1803 (introduced in 10.0.17134.0)
API contract
Windows.Foundation.UniversalApiContract (introduced in v6.0)

Applies to