共用方式為


ACAccountStore.RemoveAccount 方法

定義

從帳戶存放區移除指定的 account ,並在作業完成之後執行完成處理常式。

[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

參數

account
ACAccount

要移除的帳戶。

completionHandler
ACAccountStoreRemoveCompletionHandler

移除帳戶之後要執行的處理常式。

屬性

適用於