CNContactStore.GetUnifiedContact Método
Definição
Importante
Algumas informações se referem a produtos de pré-lançamento que podem ser substancialmente modificados antes do lançamento. A Microsoft não oferece garantias, expressas ou implícitas, das informações aqui fornecidas.
Sobrecargas
GetUnifiedContact(String, NSArray, NSError) |
Recupera o CNContact com o especificado |
GetUnifiedContact<T>(String, T[], NSError) |
Recupera o CNContact com o especificado |
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