Contact.Id 属性

定义

获取或设置联系人的标识符。 标识符的最大字符串长度为 256 个字符。

public:
 property Platform::String ^ Id { Platform::String ^ get(); void set(Platform::String ^ value); };
winrt::hstring Id();

void Id(winrt::hstring value);
public string Id { get; set; }
var string = contact.id;
contact.id = string;
Public Property Id As String

属性值

String

Platform::String

winrt::hstring

联系人的标识符。 标识符的最大字符串长度为 256 个字符。

Windows 要求

应用功能
contactsSystem

注解

注意

Id调用 AddContact、ContainsContactRemoveContact 时,必须设置 属性。 如果在 Id 调用 AddContact 时未设置 ,应用将失败。 如果在 Id 调用 ContainsContactRemoveContact 时未设置 ,则应用将无法查找或删除联系人。

适用于