CNContainer_PredicatesExtension.GetPredicateForContainers 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 'CNContainer.CreatePredicateForContainers' instead.
Retrieves an NSPredicate appropriate for retrieving the CNContainer objects with the identifiers specified by identifiers
.
[Foundation.Export("predicateForContainersWithIdentifiers:")]
[System.Obsolete("Use 'CNContainer.CreatePredicateForContainers' instead.", false)]
public static Foundation.NSPredicate GetPredicateForContainers (this Contacts.CNContainer This, string[] identifiers);
static member GetPredicateForContainers : Contacts.CNContainer * string[] -> Foundation.NSPredicate
Parameters
- This
- CNContainer
The instance on which this method operates.
- identifiers
- String[]
Returns
- Attributes