Freigeben über


ACAccountStore.FindAccounts(ACAccountType) Methode

Definition

Ruft ein Array von ACAccounts des vom accountType -Parameter angegebenen Typs ab.

[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[]

Parameter

accountType
ACAccountType

Der gewünschte ACAccountType.

Gibt zurück

Ein (potenziell leeres) Array von ACAccounts.

Attribute

Hinweise

Diese Funktion wird in der Regel mit der folgenden Redewendung aufgerufen: store.FindAccounts(store.FindAccountType(ACAccountType.Twitter));.

Gilt für:

Weitere Informationen