ACAccountStore.FindAccount(String) 方法

定义

检索ACAccount其 等于 identifer 参数的 Identifier

[Foundation.Export("accountWithIdentifier:")]
public virtual Accounts.ACAccount FindAccount (string identifier);
abstract member FindAccount : string -> Accounts.ACAccount
override this.FindAccount : string -> Accounts.ACAccount

参数

identifier
String

与帐户关联的 GUID。

返回

ACAccount如果 无效,则identifier为 或 null

属性

适用于