Share via


ACAccountStore.FindAccounts(ACAccountType) Method

Definition

[Foundation.Export("accountsWithAccountType:")]
[ObjCRuntime.BindingImpl(ObjCRuntime.BindingImplOptions.GeneratedCode | ObjCRuntime.BindingImplOptions.Optimizable)]
public virtual Accounts.ACAccount[] FindAccounts(Accounts.ACAccountType accountType);
[<Foundation.Export("accountsWithAccountType:")>]
[<ObjCRuntime.BindingImpl(ObjCRuntime.BindingImplOptions.GeneratedCode | ObjCRuntime.BindingImplOptions.Optimizable)>]
abstract member FindAccounts : Accounts.ACAccountType -> Accounts.ACAccount[]
override this.FindAccounts : Accounts.ACAccountType -> Accounts.ACAccount[]

Parameters

accountType
ACAccountType

Returns

Attributes

Applies to