CNContactStore.GetUnifiedContacts Methode
Definition
Wichtig
Einige Informationen beziehen sich auf Vorabversionen, die vor dem Release ggf. grundlegend überarbeitet werden. Microsoft übernimmt hinsichtlich der hier bereitgestellten Informationen keine Gewährleistungen, seien sie ausdrücklich oder konkludent.
Überlädt
GetUnifiedContacts(NSPredicate, NSArray, NSError) |
Ruft die vereinheitlichten CNContact Objekte ab, die mit Daten für |
GetUnifiedContacts<T>(NSPredicate, T[], NSError) |
Ruft die vereinheitlichten CNContact Objekte ab, die mit Daten für |
GetUnifiedContacts(NSPredicate, NSArray, NSError)
Ruft die vereinheitlichten CNContact Objekte ab, die mit Daten für keys
aufgefüllt werden, für die zurückgegeben wird predicate
true
.
[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 keys
aufgefüllt werden, für die zurückgegeben wird predicate
true
.
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