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]

注解

在大多数情况下,应使用 ContactInformation 类,该类提供 IContactInformation API 的实现。

属性

DisplayName

获取或设置联系人的显示名称。

DisplayPicture

获取联系人的显示图片。

FamilyName

获取或设置联系人的姓氏。

GivenName

获取或设置联系人的给定姓名。

HonorificPrefix

获取或设置联系人的荣誉前缀。

HonorificSuffix

获取或设置联系人的荣誉后缀。

方法

GetDisplayPictureAsync()

获取联系人的显示图片。

GetPropertiesAsync()

获取联系人的属性,作为名称/值对的映射。

SetDisplayPictureAsync(IInputStream)

使用 IInputStream 对象设置联系人的显示图片。

ToVcardAsync()

使用 vCard 版本 3.0 格式检索联系人的 vCard 表示形式。

ToVcardAsync(VCardFormat)

使用指定的 vCard 格式检索联系人的 vCard 表示形式。

适用于

另请参阅