ACAccountStore.FindAccount(String) 方法
定义
重要
一些信息与预发行产品相关,相应产品在发行之前可能会进行重大修改。 对于此处提供的信息,Microsoft 不作任何明示或暗示的担保。
检索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
。
- 属性