次の方法で共有


ABPeoplePickerNavigationController.PredicateForEnablingPerson プロパティ

定義

このプロパティを使用して、ユーザーを選択できるかどうかを決定する述語を設定します。

[ObjCRuntime.Introduced(ObjCRuntime.PlatformName.iOS, 8, 0, ObjCRuntime.PlatformArchitecture.All, null)]
public virtual Foundation.NSPredicate PredicateForEnablingPerson { [ObjCRuntime.Introduced(ObjCRuntime.PlatformName.iOS, 8, 0, ObjCRuntime.PlatformArchitecture.All, null)] [Foundation.Export("predicateForEnablingPerson", ObjCRuntime.ArgumentSemantic.Copy)] get; [ObjCRuntime.Introduced(ObjCRuntime.PlatformName.iOS, 8, 0, ObjCRuntime.PlatformArchitecture.All, null)] [Foundation.Export("setPredicateForEnablingPerson:", ObjCRuntime.ArgumentSemantic.Copy)] set; }
member this.PredicateForEnablingPerson : Foundation.NSPredicate with get, set

プロパティ値

値が null の場合は、すべてのユーザーが選択できます。それ以外の場合は、述語に一致するユーザーのみがになります。

この値は、null の場合もあります。

属性

適用対象