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