共用方式為


ACAccountStore.SaveAccountAsync(ACAccount) 方法

定義

嘗試將 儲存 ACAccount 至 Accounts 資料庫。

public virtual System.Threading.Tasks.Task<Tuple<bool,Foundation.NSError>> SaveAccountAsync (Accounts.ACAccount account);
abstract member SaveAccountAsync : Accounts.ACAccount -> System.Threading.Tasks.Task<bool * Foundation.NSError>
override this.SaveAccountAsync : Accounts.ACAccount -> System.Threading.Tasks.Task<bool * Foundation.NSError>

參數

account
ACAccount

要儲存的帳戶。

傳回

表示非同步 SaveAccount 作業的工作。 TResult 參數的值是 Accounts.ACAccountStoreSaveCompletionHandler。

適用於