Freigeben über


CNContactStore.GetUnifiedContacts Methode

Definition

Überlädt

GetUnifiedContacts(NSPredicate, NSArray, NSError)

Ruft die vereinheitlichten CNContact Objekte ab, die mit Daten für keysaufgefüllt werden, für die zurückgegeben wird predicatetrue.

GetUnifiedContacts<T>(NSPredicate, T[], NSError)

Ruft die vereinheitlichten CNContact Objekte ab, die mit Daten für keysaufgefüllt werden, für die zurückgegeben wird predicatetrue.

GetUnifiedContacts(NSPredicate, NSArray, NSError)

Ruft die vereinheitlichten CNContact Objekte ab, die mit Daten für keysaufgefüllt werden, für die zurückgegeben wird predicatetrue.

[Foundation.Export("unifiedContactsMatchingPredicate:keysToFetch:error:")]
protected virtual Contacts.CNContact[] GetUnifiedContacts (Foundation.NSPredicate predicate, Foundation.NSArray keys, out Foundation.NSError error);
abstract member GetUnifiedContacts : Foundation.NSPredicate * Foundation.NSArray *  -> Contacts.CNContact[]
override this.GetUnifiedContacts : Foundation.NSPredicate * Foundation.NSArray *  -> Contacts.CNContact[]

Parameter

predicate
NSPredicate
keys
NSArray
error
NSError

Gibt zurück

Attribute

Gilt für:

GetUnifiedContacts<T>(NSPredicate, T[], NSError)

Ruft die vereinheitlichten CNContact Objekte ab, die mit Daten für keysaufgefüllt werden, für die zurückgegeben wird predicatetrue.

public Contacts.CNContact[] GetUnifiedContacts<T> (Foundation.NSPredicate predicate, T[] keys, out Foundation.NSError error) where T : Foundation.INSObjectProtocol, Foundation.INSSecureCoding, Foundation.INSCopying;
member this.GetUnifiedContacts : Foundation.NSPredicate * 'T[] *  -> Contacts.CNContact[] (requires 'T :> Foundation.INSObjectProtocol and 'T :> Foundation.INSSecureCoding and 'T :> Foundation.INSCopying)

Typparameter

T

Parameter

predicate
NSPredicate
keys
T[]
error
NSError

Gibt zurück

Gilt für: