Freigeben über


UserDataAccountSystemAccessManager.CreateDeviceAccountAsync Methode

Definition

Hinweis

Diese API wird nicht mehr unterstützt und sollte nicht über Ihren Code aufgerufen werden.

Erstellt asynchron ein Gerätekonto mit dem angegebenen DeviceAccountConfiguration.

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

Parameter

account
DeviceAccountConfiguration

Die Konfiguration, die beim Erstellen des Kontos verwendet werden soll.

Gibt zurück

IAsyncOperation<String>

IAsyncOperation<Platform::String>

IAsyncOperation<winrt::hstring>

Gibt eine Zeichenfolge mit der neu erstellten Gerätekonto-ID zurück.

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

Gilt für: