Freigeben über


UserDataAccountSystemAccessManager.AddAndShowDeviceAccountsAsync Methode

Definition

Zeigt asynchron die Systemoberfläche an, um die Synchronisierungsbeziehungen für die angegebenen Konten zu verwalten.

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

Parameter

accounts

IIterable<DeviceAccountConfiguration>

IEnumerable<DeviceAccountConfiguration>

Die Liste der Konten, die auf der Systemoberfläche verwaltet werden sollen.

Gibt zurück

Gibt eine aktualisierte Liste von Konten zurück.

Windows-Anforderungen

App-Funktionen
userDataAccountsProvider

Gilt für: