다음을 통해 공유


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일 수 있습니다.

특성

적용 대상