ABPeoplePickerNavigationController.PredicateForSelectionOfPerson 屬性
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
使用這個屬性可設定述詞,以判斷人員是否應該返回應用程式,或向使用者顯示。
[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
。
- 屬性