CNContact.GetPredicateForContactsInGroup(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.
A NSPredicate that will match all contacts in the group identified by groupIdentifier
.
[Foundation.Export("predicateForContactsInGroupWithIdentifier:")]
public static Foundation.NSPredicate GetPredicateForContactsInGroup (string groupIdentifier);
static member GetPredicateForContactsInGroup : string -> Foundation.NSPredicate
Parameters
- groupIdentifier
- String
Returns
- Attributes