AccountsSettingsPane.ShowAddAccountAsync Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Displays the add accounts screen.
public:
static IAsyncAction ^ ShowAddAccountAsync();
/// [Windows.Foundation.Metadata.RemoteAsync]
static IAsyncAction ShowAddAccountAsync();
[Windows.Foundation.Metadata.RemoteAsync]
public static IAsyncAction ShowAddAccountAsync();
function showAddAccountAsync()
Public Shared Function ShowAddAccountAsync () As IAsyncAction
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 add accounts screen.
- Attributes
Windows requirements
Device family |
Windows 10 Anniversary Edition (introduced in 10.0.14393.0)
|
API contract |
Windows.Foundation.UniversalApiContract (introduced in v3.0)
|