ACAccountStore.FindAccount(String) 方法
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
擷取 ACAccount 其 Identifier 等於 identifer
參數的 。
[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
為 。
- 屬性