次の方法で共有


ACAccountStore.FindAccountType(String) メソッド

定義

によってtypeIdentifier識別される をACAccountType返します。

[Foundation.Export("accountTypeWithAccountTypeIdentifier:")]
public virtual Accounts.ACAccountType FindAccountType (string typeIdentifier);
abstract member FindAccountType : string -> Accounts.ACAccountType
override this.FindAccountType : string -> Accounts.ACAccountType

パラメーター

typeIdentifier
String

アカウントの種類の名前。 の静的プロパティを ACAccountType使用します。

戻り値

要求された ACAccountTypenull が無効な場合 typeIdentifier は 。

属性

注釈

typeIdentifier 、 の静的プロパティのいずれか ACAccountTypeである必要があります。

適用対象