ContactManagerForUser 클래스

정의

원본 앱이 특정 사용자의 연락처 데이터에 액세스하기 위해 호출할 수 있는 서비스를 나타냅니다.

public ref class ContactManagerForUser sealed
/// [Windows.Foundation.Metadata.ContractVersion(Windows.Foundation.UniversalApiContract, 196608)]
/// [Windows.Foundation.Metadata.MarshalingBehavior(Windows.Foundation.Metadata.MarshalingType.Agile)]
class ContactManagerForUser final
[Windows.Foundation.Metadata.ContractVersion(typeof(Windows.Foundation.UniversalApiContract), 196608)]
[Windows.Foundation.Metadata.MarshalingBehavior(Windows.Foundation.Metadata.MarshalingType.Agile)]
public sealed class ContactManagerForUser
Public NotInheritable Class ContactManagerForUser
상속
Object Platform::Object IInspectable ContactManagerForUser
특성

Windows 요구 사항

디바이스 패밀리
Windows 10 Anniversary Edition (10.0.14393.0에서 도입되었습니다.)
API contract
Windows.Foundation.UniversalApiContract (v3.0에서 도입되었습니다.)
앱 기능
contactsSystem

설명

ContactManager.GetForUser 메서드를 호출하여 이 클래스의 instance 가져옵니다.

버전 기록

Windows 버전 SDK 버전 추가된 값
1703 15063 ShowFullContactCard

속성

SystemDisplayNameOrder

연락처의 표시 이름 순서를 가져오거나 설정합니다.

SystemSortOrder

연락처의 정렬 순서를 가져오거나 설정합니다. 예를 들어 성 또는 이름을 기준으로 정렬합니다.

User

이 연락처 관리자가 나타내는 사용자를 가져옵니다.

메서드

ConvertContactToVCardAsync(Contact)

연락처를 vCard로 비동기적으로 변환합니다.

ConvertContactToVCardAsync(Contact, UInt32)

연락처를 vCard로 비동기적으로 변환합니다.

ConvertVCardToContactAsync(IRandomAccessStreamReference)

vCard를 연락처로 비동기적으로 변환합니다.

RequestAnnotationStoreAsync(ContactAnnotationStoreAccessType)

시스템에서 ContactAnnotationStore 를 비동기적으로 반환합니다.

RequestStoreAsync(ContactStoreAccessType)

시스템에서 ContactStore 를 비동기적으로 반환합니다.

ShowFullContactCard(Contact, FullContactCardOptions)

운영 체제에서 사용자의 연락처를 쿼리하고 전체 연락처 카드 연락처 데이터를 표시합니다.

적용 대상