CNGroup_PredicatesExtension.GetPredicateForGroups(CNGroup, String[]) Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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