次の方法で共有


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));

適用対象

こちらもご覧ください