CNContactStore.GetContainers(NSPredicate, NSError) Method

Definition

Retrieves the CNContainer objects that satisfy the predicate.

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

Parameters

predicate
NSPredicate

To be added.

This parameter can be null.

error
NSError

Returns

Attributes

Applies to