다음을 통해 공유


CNContactStore.GetUnifiedContact 메서드

정의

오버로드

GetUnifiedContact(String, NSArray, NSError)

지정된 를 CNContact 사용하여 를 identifier검색합니다.

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

지정된 를 CNContact 사용하여 를 identifier검색합니다.

GetUnifiedContact(String, NSArray, NSError)

지정된 를 CNContact 사용하여 를 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

매개 변수

identifier
String
keys
NSArray
error
NSError

반환

특성

적용 대상

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

지정된 를 CNContact 사용하여 를 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)

형식 매개 변수

T

매개 변수

identifier
String
keys
T[]
error
NSError

반환

적용 대상