AggregateContactManager 클래스
정의
중요
일부 정보는 릴리스되기 전에 상당 부분 수정될 수 있는 시험판 제품과 관련이 있습니다. Microsoft는 여기에 제공된 정보에 대해 어떠한 명시적이거나 묵시적인 보증도 하지 않습니다.
서비스 전반의 개별(원시) 연락처를 단일 집계 연락처로 연결하는 기능을 제공합니다.
public ref class AggregateContactManager sealed
/// [Windows.Foundation.Metadata.ContractVersion(Windows.Foundation.UniversalApiContract, 65536)]
/// [Windows.Foundation.Metadata.MarshalingBehavior(Windows.Foundation.Metadata.MarshalingType.Agile)]
class AggregateContactManager final
[Windows.Foundation.Metadata.ContractVersion(typeof(Windows.Foundation.UniversalApiContract), 65536)]
[Windows.Foundation.Metadata.MarshalingBehavior(Windows.Foundation.Metadata.MarshalingType.Agile)]
public sealed class AggregateContactManager
Public NotInheritable Class AggregateContactManager
- 상속
- 특성
Windows 요구 사항
디바이스 패밀리 |
Windows 10 (10.0.10240.0에서 도입되었습니다.)
|
API contract |
Windows.Foundation.UniversalApiContract (v1.0에서 도입되었습니다.)
|
앱 기능 |
contactsSystem
|
설명
이 클래스의 모든 관련 메서드는 정적 메서드입니다.
버전 기록
Windows 버전 | SDK 버전 | 추가된 값 |
---|---|---|
1607 | 14393 | SetRemoteIdentificationInformationAsync |
메서드
FindRawContactsAsync(Contact) |
지정된 집계 연락처의 개별(원시) 연락처 목록을 반환합니다. |
SetRemoteIdentificationInformationAsync(String, String, String) |
디바이스의 연락처 데이터와 연결할 원격 연락처를 지정하는 식별자를 설정합니다. |
TryLinkContactsAsync(Contact, Contact) |
연락처를 함께 연결하여 집계 연락처를 만들려고 비동기적으로 시도합니다. |
TrySetPreferredSourceForPictureAsync(Contact, Contact) |
집계에 대한 기본 표시 그림을 제공하는 원시 연락처를 선택합니다. |
UnlinkRawContactAsync(Contact) |
부모 집계 연락처에서 원시 연락처의 연결을 비동기적으로 해제합니다. |