UserDataAccountSystemAccessManager.DeleteDeviceAccountAsync(String) Méthode
Définition
Important
Certaines informations portent sur la préversion du produit qui est susceptible d’être en grande partie modifiée avant sa publication. Microsoft exclut toute garantie, expresse ou implicite, concernant les informations fournies ici.
Notes
Cette API n’est plus prise en charge et ne doit pas être appelée à partir de votre code.
Supprime de manière asynchrone le compte d’appareil spécifié.
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
Paramètres
- accountId
-
String
Platform::String
winrt::hstring
ID du compte d’appareil à supprimer.
Retours
Retourne une action asynchrone indiquant que l’opération est terminée.
- Attributs
Configuration requise pour Windows
Famille d’appareils |
Windows 10 Anniversary Edition (introduit dans 10.0.14393.0)
|
API contract |
Windows.Foundation.UniversalApiContract (introduit dans v3.0)
|
Fonctionnalités de l’application |
userDataAccountsProvider
|