Поделиться через


ACAccountStore.FindAccounts(ACAccountType) Метод

Определение

Извлекает массив объектов ACAccountтипа , указанного параметром accountType .

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

Возвращаемое значение

(потенциально пустой) массив s ACAccount.

Атрибуты

Комментарии

Эта функция обычно вызывается со следующей идиомой: store.FindAccounts(store.FindAccountType(ACAccountType.Twitter));.

Применяется к

См. также раздел