ACAccountStore.FindAccounts(ACAccountType) Metodo
Definizione
Importante
Alcune informazioni sono relative alla release non definitiva del prodotto, che potrebbe subire modifiche significative prima della release definitiva. Microsoft non riconosce alcuna garanzia, espressa o implicita, in merito alle informazioni qui fornite.
Recupera una matrice di ACAccounts del tipo specificato dal accountType
parametro .
[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[]
Parametri
- accountType
- ACAccountType
Classe ACAccountType desiderata.
Restituisce
Matrice (potenzialmente vuota) di ACAccounts.
- Attributi
Commenti
Questa funzione viene in genere chiamata con l'idioma seguente: store.FindAccounts(store.FindAccountType(ACAccountType.Twitter));
.
Si applica a
Vedi anche
- ACAccountType
- <xref:Accounts.ACAccountStore.FindAccountType>