ACAccountStore.RemoveAccount Méthode

Définition

Supprime le spécifié account du magasin de comptes et exécute un gestionnaire de saisie semi-automatique une fois l’opération terminée.

[Foundation.Export("removeAccount:withCompletionHandler:")]
[ObjCRuntime.Introduced(ObjCRuntime.PlatformName.iOS, 6, 0, ObjCRuntime.PlatformArchitecture.All, null)]
public virtual void RemoveAccount (Accounts.ACAccount account, Accounts.ACAccountStoreRemoveCompletionHandler completionHandler);
abstract member RemoveAccount : Accounts.ACAccount * Accounts.ACAccountStoreRemoveCompletionHandler -> unit
override this.RemoveAccount : Accounts.ACAccount * Accounts.ACAccountStoreRemoveCompletionHandler -> unit

Paramètres

account
ACAccount

Compte à supprimer.

completionHandler
ACAccountStoreRemoveCompletionHandler

Gestionnaire à exécuter après la suppression du compte.

Attributs

S’applique à