CNContactStore.GetUnifiedContact Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Overloads
GetUnifiedContact(String, NSArray, NSError) |
Retrieves the CNContact with the specified |
GetUnifiedContact<T>(String, T[], NSError) |
Retrieves the CNContact with the specified |
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