次の方法で共有


UserDataAccountSystemAccessManager.AddAndShowDeviceAccountsAsync メソッド

定義

指定したアカウントの同期関係を管理するシステム UI を非同期的に表示します。

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

パラメーター

accounts

IIterable<DeviceAccountConfiguration>

IEnumerable<DeviceAccountConfiguration>

システム UI で管理するアカウントの一覧。

返品

アカウントの更新された一覧を返します。

Windows の要件

要件 説明
アプリの機能
userDataAccountsProvider

適用対象