CNContactStore.GetUnifiedContact 메서드
정의
중요
일부 정보는 릴리스되기 전에 상당 부분 수정될 수 있는 시험판 제품과 관련이 있습니다. Microsoft는 여기에 제공된 정보에 대해 어떠한 명시적이거나 묵시적인 보증도 하지 않습니다.
오버로드
GetUnifiedContact(String, NSArray, NSError) |
지정된 를 CNContact 사용하여 를 |
GetUnifiedContact<T>(String, T[], NSError) |
지정된 를 CNContact 사용하여 를 |
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