共用方式為


ACAccountStore.FindAccounts(ACAccountType) 方法

定義

擷取 參數所指定型別的 accountType 陣列 ACAccount

[Foundation.Export("accountsWithAccountType:")]
public virtual Accounts.ACAccount[] FindAccounts (Accounts.ACAccountType accountType);
abstract member FindAccounts : Accounts.ACAccountType -> Accounts.ACAccount[]
override this.FindAccounts : Accounts.ACAccountType -> Accounts.ACAccount[]

參數

accountType
ACAccountType

需要的 ACAccountType

傳回

(的陣列 ACAccount 可能空白) 。

屬性

備註

此函式通常以下列慣用語呼叫: store.FindAccounts(store.FindAccountType(ACAccountType.Twitter));

適用於

另請參閱