Partager via


UserDataAccountSystemAccessManager.AddAndShowDeviceAccountsAsync Méthode

Définition

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

accounts

IIterable<DeviceAccountConfiguration>

IEnumerable<DeviceAccountConfiguration>

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

S’applique à