AccountsSettingsPane.ShowAddAccountAsync Méthode
Définition
Important
Certaines informations portent sur la préversion du produit qui est susceptible d’être en grande partie modifiée avant sa publication. Microsoft exclut toute garantie, expresse ou implicite, concernant les informations fournies ici.
Affiche l’écran Ajouter des comptes.
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
Retours
Représente l’action asynchrone. Vous n’accédez généralement pas directement à cette valeur de retour IAsyncAction . En effet, vous utilisez presque toujours la syntaxe awaitable propre au langage. Dans ce cas, la valeur de retour apparente de la méthode est void.
L’action asynchrone se termine lorsque l’utilisateur a ignoré l’écran Ajouter des comptes.
- Attributs
Configuration requise pour Windows
Famille d’appareils |
Windows 10 Anniversary Edition (introduit dans 10.0.14393.0)
|
API contract |
Windows.Foundation.UniversalApiContract (introduit dans v3.0)
|