Freigeben über


UserDataAccountSystemAccessManager.DeleteDeviceAccountAsync(String) Methode

Definition

Hinweis

Diese API wird nicht mehr unterstützt und sollte nicht aus Ihrem Code aufgerufen werden.

Löscht das angegebene Gerätekonto asynchron.

public:
 static IAsyncAction ^ DeleteDeviceAccountAsync(Platform::String ^ accountId);
/// [Windows.Foundation.Metadata.RemoteAsync]
 static IAsyncAction DeleteDeviceAccountAsync(winrt::hstring const& accountId);
[Windows.Foundation.Metadata.RemoteAsync]
public static IAsyncAction DeleteDeviceAccountAsync(string accountId);
function deleteDeviceAccountAsync(accountId)
Public Shared Function DeleteDeviceAccountAsync (accountId As String) As IAsyncAction

Parameter

accountId
String

Platform::String

winrt::hstring

Die ID des zu löschenden Gerätekontos.

Gibt zurück

Gibt eine asynchrone Aktion zurück, die angibt, dass der Vorgang abgeschlossen wurde.

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: