Condividi tramite


ACAccountStore.FindAccounts(ACAccountType) Metodo

Definizione

Recupera una matrice di ACAccounts del tipo specificato dal accountType parametro .

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

Parametri

accountType
ACAccountType

Classe ACAccountType desiderata.

Restituisce

Matrice (potenzialmente vuota) di ACAccounts.

Attributi

Commenti

Questa funzione viene in genere chiamata con l'idioma seguente: store.FindAccounts(store.FindAccountType(ACAccountType.Twitter));.

Si applica a

Vedi anche