CNContactStore.GetUnifiedContact Method

Definition

Overloads

GetUnifiedContact(String, NSArray, NSError)

Retrieves the CNContact with the specified identifier.

GetUnifiedContact<T>(String, T[], NSError)

Retrieves the CNContact with the specified identifier.

GetUnifiedContact(String, NSArray, NSError)

Retrieves the CNContact with the specified identifier.

[Foundation.Export("unifiedContactWithIdentifier:keysToFetch:error:")]
protected virtual Contacts.CNContact GetUnifiedContact (string identifier, Foundation.NSArray keys, out Foundation.NSError error);
abstract member GetUnifiedContact : string * Foundation.NSArray *  -> Contacts.CNContact
override this.GetUnifiedContact : string * Foundation.NSArray *  -> Contacts.CNContact

Parameters

identifier
String
keys
NSArray
error
NSError

Returns

Attributes

Applies to

GetUnifiedContact<T>(String, T[], NSError)

Retrieves the CNContact with the specified identifier.

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

Type Parameters

T

Parameters

identifier
String
keys
T[]
error
NSError

Returns

Applies to