IContactInformation 인터페이스

정의

연락처 정보에 대한 인터페이스를 정의합니다.

public interface class IContactInformation
/// [Windows.Foundation.Metadata.ContractVersion(Windows.Phone.PhoneContract, 65536)]
/// [Windows.Foundation.Metadata.Guid(3803521020, 59282, 19127, 177, 91, 242, 224, 120, 102, 77, 234)]
struct IContactInformation
[Windows.Foundation.Metadata.ContractVersion(typeof(Windows.Phone.PhoneContract), 65536)]
[Windows.Foundation.Metadata.Guid(3803521020, 59282, 19127, 177, 91, 242, 224, 120, 102, 77, 234)]
public interface IContactInformation
Public Interface IContactInformation
파생
특성

Windows 요구 사항

디바이스 패밀리
Windows Mobile Extension SDK (10.0.10240.0에서 도입되었습니다.)
API contract
Windows.Phone.PhoneContract (v1.0에서 도입되었습니다.)
앱 기능
ID_CAP_CONTACTS [Windows Phone]

설명

대부분의 시나리오에서는 IContactInformation API에 대한 구현을 제공하는 ContactInformation 클래스를 사용해야 합니다.

속성

DisplayName

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

DisplayPicture

연락처의 표시 사진을 가져옵니다.

FamilyName

연락처의 가족 이름을 가져오거나 설정합니다.

GivenName

연락처의 지정된 이름을 가져오거나 설정합니다.

HonorificPrefix

연락처의 명예 접두사를 가져오거나 설정합니다.

HonorificSuffix

연락처의 명예 접미사를 가져오거나 설정합니다.

메서드

GetDisplayPictureAsync()

연락처의 표시 사진을 가져옵니다.

GetPropertiesAsync()

연락처의 속성을 이름/값 쌍의 맵으로 가져옵니다.

SetDisplayPictureAsync(IInputStream)

IInputStream 개체를 사용하여 연락처의 표시 그림을 설정합니다.

ToVcardAsync()

vCard 버전 3.0 형식을 사용하여 연락처의 vCard 표현을 검색합니다.

ToVcardAsync(VCardFormat)

지정된 vCard 형식을 사용하여 연락처의 vCard 표현을 검색합니다.

적용 대상

추가 정보