CNContainer_PredicatesExtension.GetPredicateForContainerOfContact 方法
定义
重要
一些信息与预发行产品相关,相应产品在发行之前可能会进行重大修改。 对于此处提供的信息,Microsoft 不作任何明示或暗示的担保。
注意
Use 'CNContainer.CreatePredicateForContainerOfContact' instead.
检索一个 NSPredicate 适合用于检索 CNContainer 包含 CNContact 标识符 contactIdentifier
为 的 的 。
[Foundation.Export("predicateForContainerOfContactWithIdentifier:")]
[System.Obsolete("Use 'CNContainer.CreatePredicateForContainerOfContact' instead.", false)]
public static Foundation.NSPredicate GetPredicateForContainerOfContact (this Contacts.CNContainer This, string contactIdentifier);
static member GetPredicateForContainerOfContact : Contacts.CNContainer * string -> Foundation.NSPredicate
参数
- This
- CNContainer
此方法在其上运行的实例。
- contactIdentifier
- String
返回
- 属性