CNGroup_PredicatesExtension.GetPredicateForGroupsInContainer 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.CreatePredicateForGroupsInContainer' instead.
A NSPredicate that will retrieve the CNGroup objects in the CNContainer whose Identifier property matches containerIdentifier
.
[Foundation.Export("predicateForGroupsInContainerWithIdentifier:")]
[System.Obsolete("Use 'CNGroup.CreatePredicateForGroupsInContainer' instead.", false)]
public static Foundation.NSPredicate GetPredicateForGroupsInContainer (this Contacts.CNGroup This, string containerIdentifier);
static member GetPredicateForGroupsInContainer : Contacts.CNGroup * string -> Foundation.NSPredicate
Parameters
- This
- CNGroup
The instance on which this method operates.
- containerIdentifier
- String
Returns
- Attributes