共用方式為


CNContactStore.GetUnifiedContact 方法

定義

多載

GetUnifiedContact(String, NSArray, NSError)

使用指定的 identifierCNContact 取 。

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

使用指定的 identifierCNContact 取 。

GetUnifiedContact(String, NSArray, NSError)

使用指定的 identifierCNContact 取 。

[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

參數

identifier
String
keys
NSArray
error
NSError

傳回

屬性

適用於

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

使用指定的 identifierCNContact 取 。

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)

類型參數

T

參數

identifier
String
keys
T[]
error
NSError

傳回

適用於