ContactManager 클래스
정의
중요
일부 정보는 릴리스되기 전에 상당 부분 수정될 수 있는 시험판 제품과 관련이 있습니다. Microsoft는 여기에 제공된 정보에 대해 어떠한 명시적이거나 묵시적인 보증도 하지 않습니다.
원본 앱이 연락처 데이터에 액세스하기 위해 호출할 수 있는 서비스를 나타냅니다.
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
- 상속
- 특성
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 |
연락처의 중간 이름이 연락처의 DisplayName 및 SortName 에 포함되는지 여부를 나타내는 부울을 가져오거나 설정합니다. |
SystemDisplayNameOrder |
표시 이름 순서를 가져오거나 설정합니다. |
SystemSortOrder |
정렬 순서를 가져오거나 설정합니다. |