Поделиться через


ACAccountStore.FindAccountType(String) Метод

Определение

Возвращает объект , ACAccountType идентифицируемый .typeIdentifier

[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

Возвращаемое значение

Запрошенный ACAccountType объект или null , если является недопустимым typeIdentifier .

Атрибуты

Комментарии

Должно typeIdentifier быть одним из статических свойств :ACAccountType

Применяется к