Skip to content

Latest commit

 

History

History
24 lines (16 loc) · 773 Bytes

accountssettingspane_showmanageaccountsasync_541379460.md

File metadata and controls

24 lines (16 loc) · 773 Bytes
-api-id -api-type
M:Windows.UI.ApplicationSettings.AccountsSettingsPane.ShowManageAccountsAsync
winrt method

Windows.UI.ApplicationSettings.AccountsSettingsPane.ShowManageAccountsAsync

-description

Displays the manage accounts screen.

-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.

-remarks

-examples

-see-also