ABPeoplePickerNavigationController.PredicateForSelectionOfPerson Proprietà

Definizione

Utilizzare questa proprietà per impostare un predicato che determina se la persona deve essere restituita all'app o visualizzata all'utente.

[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

Valore della proprietà

Se impostato, il predicato che determina se restituire la persona all'app (il predicato restituisce true) o visualizzato (il predicato restituisce false).

Se il valore non è impostato, la decisione su se la persona viene restituita o visualizzata si riposa sui metodi del ABPeoplePickerNavigationControllerDelegate delegato.

Il valore può essere null.

Attributi

Si applica a