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