Compartir a través de


ACAccountStore.FindAccounts(ACAccountType) Método

Definición

Recupera una matriz de ACAccounts del tipo especificado por el accountType parámetro .

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

Parámetros

accountType
ACAccountType

ACAccountType que se desea.

Devoluciones

Matriz (potencialmente vacía) de ACAccounts.

Atributos

Comentarios

Normalmente, se llama a esta función con el siguiente lenguaje: store.FindAccounts(store.FindAccountType(ACAccountType.Twitter));.

Se aplica a

Consulte también