共用方式為


UserDataAccountSystemAccessManager.GetDeviceAccountConfigurationAsync 方法

定義

注意

不再支援此 API,不應從您的程式碼呼叫。

以非同步方式取得指定裝置帳戶的 DeviceAccountConfiguration

public:
 static IAsyncOperation<DeviceAccountConfiguration ^> ^ GetDeviceAccountConfigurationAsync(Platform::String ^ accountId);
/// [Windows.Foundation.Metadata.RemoteAsync]
 static IAsyncOperation<DeviceAccountConfiguration> GetDeviceAccountConfigurationAsync(winrt::hstring const& accountId);
[Windows.Foundation.Metadata.RemoteAsync]
public static IAsyncOperation<DeviceAccountConfiguration> GetDeviceAccountConfigurationAsync(string accountId);
function getDeviceAccountConfigurationAsync(accountId)
Public Shared Function GetDeviceAccountConfigurationAsync (accountId As String) As IAsyncOperation(Of DeviceAccountConfiguration)

參數

accountId
String

Platform::String

winrt::hstring

裝置帳戶的識別碼。

傳回

重新叫用accountId參數所指定之裝置帳戶的DeviceAccountConfiguration

屬性

Windows 需求

裝置系列
Windows 10 Anniversary Edition (已於 10.0.14393.0 引進)
API contract
Windows.Foundation.UniversalApiContract (已於 v3.0 引進)
應用程式功能
userDataAccountsProvider

適用於