Compartilhar via


CNContactStore.GetUnifiedContact Método

Definição

Sobrecargas

GetUnifiedContact(String, NSArray, NSError)

Recupera o CNContact com o especificado identifier.

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

Recupera o CNContact com o especificado identifier.

GetUnifiedContact(String, NSArray, NSError)

Recupera o CNContact com o especificado 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

Parâmetros

identifier
String
keys
NSArray
error
NSError

Retornos

Atributos

Aplica-se a

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

Recupera o CNContact com o especificado 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)

Parâmetros de tipo

T

Parâmetros

identifier
String
keys
T[]
error
NSError

Retornos

Aplica-se a