CNGroup_PredicatesExtension.GetPredicateForGroups(CNGroup, String[]) Method

Definition

Caution

Use 'CNGroup.CreatePredicateForGroups' instead.

A NSPredicate that will retrieve the CNGroup objects whose Identifier properties match identifiers.

[Foundation.Export("predicateForGroupsWithIdentifiers:")]
[System.Obsolete("Use 'CNGroup.CreatePredicateForGroups' instead.", false)]
public static Foundation.NSPredicate GetPredicateForGroups (this Contacts.CNGroup This, string[] identifiers);
static member GetPredicateForGroups : Contacts.CNGroup * string[] -> Foundation.NSPredicate

Parameters

This
CNGroup

The instance on which this method operates.

identifiers
String[]

Returns

Attributes

Applies to