CNContainer_PredicatesExtension.GetPredicateForContainerOfContact 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.CreatePredicateForContainerOfContact' instead.
Retrieves an NSPredicate appropriate for retrieving the CNContainer containing the CNContact with the identifier contactIdentifier
.
[Foundation.Export("predicateForContainerOfContactWithIdentifier:")]
[System.Obsolete("Use 'CNContainer.CreatePredicateForContainerOfContact' instead.", false)]
public static Foundation.NSPredicate GetPredicateForContainerOfContact (this Contacts.CNContainer This, string contactIdentifier);
static member GetPredicateForContainerOfContact : Contacts.CNContainer * string -> Foundation.NSPredicate
Parameters
- This
- CNContainer
The instance on which this method operates.
- contactIdentifier
- String
Returns
- Attributes