ContactInformation 클래스
정의
중요
일부 정보는 릴리스되기 전에 상당 부분 수정될 수 있는 시험판 제품과 관련이 있습니다. Microsoft는 여기에 제공된 정보에 대해 어떠한 명시적이거나 묵시적인 보증도 하지 않습니다.
public ref class ContactInformation sealed
/// [Windows.Foundation.Metadata.ContractVersion(Windows.Foundation.UniversalApiContract, 65536)]
class ContactInformation final
[Windows.Foundation.Metadata.ContractVersion(typeof(Windows.Foundation.UniversalApiContract), 65536)]
public sealed class ContactInformation
Public NotInheritable Class ContactInformation
- 상속
- 특성
Windows 요구 사항
디바이스 패밀리 |
Windows 10 (10.0.10240.0에서 도입되었습니다.)
|
API contract |
Windows.Foundation.UniversalApiContract (v1.0에서 도입되었습니다.)
|
앱 기능 |
contactsSystem
|
설명
참고
Windows 8.1 이상 앱에서는 PickSingleContactAsync 및 PickMultipleContactsAsync를 사용하지 않으므로 Windows 8.1 이상 앱에서 ContactInformation 개체를 인스턴스화하지 않습니다. 이 표에는 기존 Windows 8 ContactInformation 속성 및 해당 Windows 8.1 연락처 속성이 표시됩니다.
Windows 8 ContactInformation 속성 | Windows 8.1 Contact 속성 |
---|---|
Contact.Name | Contact.Name |
Contact.Thumbnail | Contact.Thumbnail |
Contact.Fields | Contact.Emails |
Contact.Fields where ContactField.Value = Address and ContactField.Category = ContactFieldCategory.Home 또는 ContactFieldCategory.Other | Contact.Addresses |
Contact.Fields | Contact.Phone |
ContactField.Value | ContactEmail.Address |
ContactField.Category(Home, Work,Other) | ContactEmail.Kind(Personal, Work,Other) |
ContactField.Value | ContactPhone.Number |
ContactField.Category(Home, Work, Mobile, Other) | ContactPhone.Kind(Home, Work, Mobile,Other) |
Contact.Fields where ContactField.Value = CompanyAddress and ContactField.Category = ContactFieldCategory.Work | ContactJobInfo.CompanyAddress |
일반적으로 비동기 메서드 및/또는 함수 호출의 결과로 ContactInformation 개체에 액세스합니다. 예를 들어 PickSingleContactAsync 및 PickMultipleContactsAsync 정적 메서드는 모두 선택한 연락처를 나타내는 ContactInformation 개체를 반환합니다.
앱이 연락처 공급자로부터 연락처 정보를 받으면 각 연락처의 데이터가 ContactInformation 개체에 반환됩니다.
속성
CustomFields |
연락처와 함께 저장된 사용자 지정 필드의 읽기 전용 목록입니다. 참고 contactInformation은 Windows 8.1 후 릴리스에서 변경되거나 사용할 수 없습니다. 대신 연락처를 사용합니다. |
Emails |
연락처와 함께 저장된 전자 메일 주소의 읽기 전용 목록입니다. 참고 contactInformation은 Windows 8.1 후 릴리스에서 변경되거나 사용할 수 없습니다. 대신 연락처를 사용합니다. |
InstantMessages |
연락처와 함께 저장된 인스턴트 메시징 계정의 읽기 전용 목록입니다. 참고 contactInformation은 Windows 8.1 후 릴리스에서 변경되거나 사용할 수 없습니다. 대신 연락처를 사용합니다. |
Locations |
연락처와 함께 저장된 위치의 읽기 전용 목록입니다. 참고 contactInformation은 Windows 8.1 후 릴리스에서 변경되거나 사용할 수 없습니다. 대신 연락처를 사용합니다. |
Name |
연락처의 이름입니다. 참고 contactInformation은 Windows 8.1 후 릴리스에서 변경되거나 사용할 수 없습니다. 대신 연락처를 사용합니다. |
PhoneNumbers |
연락처와 함께 저장된 전화 번호의 읽기 전용 목록입니다. 참고 contactInformation은 Windows 8.1 후 릴리스에서 변경되거나 사용할 수 없습니다. 대신 연락처를 사용합니다. |
메서드
GetThumbnailAsync() |
연락처의 썸네일 이미지를 가져옵니다. 참고 contactInformation은 Windows 8.1 후 릴리스에서 변경되거나 사용할 수 없습니다. 대신 연락처를 사용합니다. |
QueryCustomFields(String) |
연락처와 함께 저장된 사용자 지정 필드의 값을 가져올 수 있습니다. 참고 contactInformation은 Windows 8.1 후 릴리스에서 변경되거나 사용할 수 없습니다. 대신 연락처를 사용합니다. |