CNContainer_PredicatesExtension.GetPredicateForContainerOfGroup 方法

定义

注意

Use 'CNContainer.CreatePredicateForContainerOfGroup' instead.

检索一个 NSPredicate 适合用于检索 CNContainer 包含 CNGroup 标识符 groupIdentifier为 的 的 。

[Foundation.Export("predicateForContainerOfGroupWithIdentifier:")]
[System.Obsolete("Use 'CNContainer.CreatePredicateForContainerOfGroup' instead.", false)]
public static Foundation.NSPredicate GetPredicateForContainerOfGroup (this Contacts.CNContainer This, string groupIdentifier);
static member GetPredicateForContainerOfGroup : Contacts.CNContainer * string -> Foundation.NSPredicate

参数

This
CNContainer

此方法在其上运行的实例。

groupIdentifier
String

返回

属性

适用于