ACAccountStore.FindAccounts(ACAccountType) メソッド
定義
重要
一部の情報は、リリース前に大きく変更される可能性があるプレリリースされた製品に関するものです。 Microsoft は、ここに記載されている情報について、明示または黙示を問わず、一切保証しません。
パラメーターで指定された型の 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));
適用対象
こちらもご覧ください
- ACAccountType
- <xref:Accounts.ACAccountStore.FindAccountType>