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>