UserDataAccountSystemAccessManager.GetDeviceAccountConfigurationAsync Methode
Definition
Wichtig
Einige Informationen beziehen sich auf Vorabversionen, die vor dem Release ggf. grundlegend überarbeitet werden. Microsoft übernimmt hinsichtlich der hier bereitgestellten Informationen keine Gewährleistungen, seien sie ausdrücklich oder konkludent.
Hinweis
Diese API wird nicht mehr unterstützt und sollte nicht über Ihren Code aufgerufen werden.
Ruft asynchron die DeviceAccountConfiguration für das angegebene Gerätekonto ab.
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)
Parameter
- accountId
-
String
Platform::String
winrt::hstring
Die ID für das Gerätekonto.
Gibt zurück
Gibt die DeviceAccountConfiguration für das durch den accountId-Parameter angegebene Gerätekonto erneut an.
- Attribute
Windows-Anforderungen
Gerätefamilie |
Windows 10 Anniversary Edition (eingeführt in 10.0.14393.0)
|
API contract |
Windows.Foundation.UniversalApiContract (eingeführt in v3.0)
|
App-Funktionen |
userDataAccountsProvider
|