ACAccountStore.FindAccounts(ACAccountType) 方法
定义
重要
一些信息与预发行产品相关,相应产品在发行之前可能会进行重大修改。 对于此处提供的信息,Microsoft 不作任何明示或暗示的担保。
检索 由 参数指定的accountType
类型的 数组ACAccount。
[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>