다음을 통해 공유


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입니다.

반환

의 (잠재적으로 비어 있는 ACAccount) 배열입니다.

특성

설명

이 함수는 일반적으로 관용구를 store.FindAccounts(store.FindAccountType(ACAccountType.Twitter));사용하여 호출됩니다.

적용 대상

추가 정보