ACAccountStore.FindAccounts(ACAccountType) Methode
Definition
Wichtig
Einige Informationen beziehen sich auf Vorabversionen, die vor dem Release ggf. grundlegend überarbeitet werden. Microsoft übernimmt hinsichtlich der hier bereitgestellten Informationen keine Gewährleistungen, seien sie ausdrücklich oder konkludent.
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
- ACAccountType
- <xref:Accounts.ACAccountStore.FindAccountType>