ContactPhone.Description 属性

定义

获取或设置联系人的电话说明。 说明的最大字符串长度为 512 个字符。

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

void Description(winrt::hstring value);
public string Description { get; set; }
var string = contactPhone.description;
contactPhone.description = string;
Public Property Description As String

属性值

String

Platform::String

winrt::hstring

联系人的电话说明。 说明的最大字符串长度为 512 个字符。

Windows 要求

应用功能
contactsSystem

适用于