AggregateContactManager 클래스

정의

서비스 전반의 개별(원시) 연락처를 단일 집계 연락처로 연결하는 기능을 제공합니다.

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
상속
Object Platform::Object IInspectable 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)

부모 집계 연락처에서 원시 연락처의 연결을 비동기적으로 해제합니다.

적용 대상