UserDataAccountSystemAccessManager.AddAndShowDeviceAccountsAsync 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 de manière asynchrone l’interface utilisateur système pour gérer les relations de synchronisation pour les comptes spécifiés.
public:
static IAsyncOperation<IVectorView<Platform::String ^> ^> ^ AddAndShowDeviceAccountsAsync(IIterable<DeviceAccountConfiguration ^> ^ accounts);
static IAsyncOperation<IVectorView<winrt::hstring>> AddAndShowDeviceAccountsAsync(IIterable<DeviceAccountConfiguration> const& accounts);
public static IAsyncOperation<IReadOnlyList<string>> AddAndShowDeviceAccountsAsync(IEnumerable<DeviceAccountConfiguration> accounts);
function addAndShowDeviceAccountsAsync(accounts)
Public Shared Function AddAndShowDeviceAccountsAsync (accounts As IEnumerable(Of DeviceAccountConfiguration)) As IAsyncOperation(Of IReadOnlyList(Of String))
Paramètres
Liste des comptes à gérer dans l’interface utilisateur système.
Retours
Retourne une liste de comptes mise à jour.
Configuration requise pour Windows
Fonctionnalités de l’application |
userDataAccountsProvider
|