Share via


ContactManager 클래스

정의

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

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

Windows 요구 사항

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

설명

이 클래스의 모든 관련 메서드는 정적 메서드입니다.

연락처를 관리하는 방법에 대한 자세한 내용은 연락처 및 일정을 참조하세요.

버전 기록

Windows 버전 SDK 버전 추가된 값
1607 14393 GetForUser
1703 15063 IncludeMiddleNameInSystemDisplayAndSort
1703 15063 IsShowFullContactCardSupportedAsync

속성

IncludeMiddleNameInSystemDisplayAndSort

연락처의 중간 이름이 연락처의 DisplayNameSortName 에 포함되는지 여부를 나타내는 부울을 가져오거나 설정합니다.

SystemDisplayNameOrder

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

SystemSortOrder

정렬 순서를 가져오거나 설정합니다.

메서드

ConvertContactToVCardAsync(Contact)

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

ConvertContactToVCardAsync(Contact, UInt32)

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

ConvertVCardToContactAsync(IRandomAccessStreamReference)

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

GetForUser(User)

지정된 사용자의 ContactManagerForUser 개체를 가져옵니다.

IsShowContactCardSupported()

ShowContactCard 메서드가 현재 플랫폼에서 지원되는지 여부를 나타내는 부울 값을 가져옵니다.

IsShowDelayLoadedContactCardSupported()

ShowDelayLoadedContactCard 메서드가 현재 플랫폼에서 지원되는지 여부를 나타내는 부울 값을 가져옵니다.

IsShowFullContactCardSupportedAsync()

ShowFullContactCard 메서드가 현재 플랫폼에서 지원되는지 여부를 나타내는 부울 값을 가져옵니다.

RequestAnnotationStoreAsync(ContactAnnotationStoreAccessType)

ContactAnnotationStore에 대한 액세스를 비동기적으로 요청합니다.

RequestStoreAsync()

디바이스에서 연락처를 검색하거나 검색할 수 있는 ContactStore 개체를 검색합니다.

RequestStoreAsync(ContactStoreAccessType)

디바이스에서 연락처를 검색하거나 검색할 수 있는 ContactStore 개체를 검색합니다.

ShowContactCard(Contact, Rect)

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

ShowContactCard(Contact, Rect, Placement)

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

ShowContactCard(Contact, Rect, Placement, ContactCardOptions)

지정된 매개 변수가 있는 연락처 카드 표시합니다.

ShowDelayLoadedContactCard(Contact, Rect, Placement)

사용자의 연락처 데이터베이스에 연락처가 없는 경우 나중에 업데이트할 수 있는 연락처 카드 표시합니다.

ShowDelayLoadedContactCard(Contact, Rect, Placement, ContactCardOptions)

사용자의 연락처 데이터베이스에 연락처가 없는 경우 나중에 업데이트할 수 있는 연락처 카드 표시합니다.

ShowFullContactCard(Contact, FullContactCardOptions)

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

적용 대상

추가 정보