CNContactStore.GetGroups(NSPredicate, NSError) Method

Definition

Retrieves the CNGroup objects that satisfy the predicate.

[Foundation.Export("groupsMatchingPredicate:error:")]
public virtual Contacts.CNGroup[] GetGroups (Foundation.NSPredicate predicate, out Foundation.NSError error);
abstract member GetGroups : Foundation.NSPredicate *  -> Contacts.CNGroup[]
override this.GetGroups : Foundation.NSPredicate *  -> Contacts.CNGroup[]

Parameters

predicate
NSPredicate

To be added.

This parameter can be null.

error
NSError

Returns

Attributes

Applies to