ContactInformation 클래스

정의

연락처에 대한 정보를 포함합니다.

참고

ContactInformation은 Windows 8.1 후 릴리스에서 변경되거나 사용할 수 없습니다. 대신 연락처를 사용합니다.

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
상속
Object Platform::Object IInspectable ContactInformation
특성

Windows 요구 사항

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

설명

참고

Windows 8.1 이상 앱에서는 PickSingleContactAsyncPickMultipleContactsAsync를 사용하지 않으므로 Windows 8.1 이상 앱에서 ContactInformation 개체를 인스턴스화하지 않습니다. 이 표에는 기존 Windows 8 ContactInformation 속성 및 해당 Windows 8.1 연락처 속성이 표시됩니다.

Windows 8 ContactInformation 속성Windows 8.1 Contact 속성
Contact.NameContact.Name
Contact.ThumbnailContact.Thumbnail
Contact.FieldsContact.Emails
Contact.Fields where ContactField.Value = Address and ContactField.Category = ContactFieldCategory.Home 또는 ContactFieldCategory.OtherContact.Addresses
Contact.FieldsContact.Phone
ContactField.ValueContactEmail.Address
ContactField.Category(Home, Work,Other)ContactEmail.Kind(Personal, Work,Other)
ContactField.ValueContactPhone.Number
ContactField.Category(Home, Work, Mobile, Other)ContactPhone.Kind(Home, Work, Mobile,Other)
Contact.Fields where ContactField.Value = CompanyAddress and ContactField.Category = ContactFieldCategory.WorkContactJobInfo.CompanyAddress

일반적으로 비동기 메서드 및/또는 함수 호출의 결과로 ContactInformation 개체에 액세스합니다. 예를 들어 PickSingleContactAsyncPickMultipleContactsAsync 정적 메서드는 모두 선택한 연락처를 나타내는 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 후 릴리스에서 변경되거나 사용할 수 없습니다. 대신 연락처를 사용합니다.

적용 대상