次の方法で共有


ABPeoplePickerNavigationController.PredicateForSelectionOfPerson プロパティ

定義

このプロパティを使用して、ユーザーをアプリに返すか、ユーザーに表示するかを決定する述語を設定します。

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

プロパティ値

設定されている場合、ユーザーをアプリに返すか (述語が true に評価されます)、または表示される (述語が false に評価される) かどうかを決定する述語。

値が設定されていない場合、そのユーザーが返されるか表示されるかの決定は、デリゲートのメソッドに ABPeoplePickerNavigationControllerDelegate かかっています。

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

属性

適用対象