Contact.Notes 属性

定义

获取或设置联系人的备注。 备注的最大字符串长度为 4096 个字符。

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

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

属性值

String

Platform::String

winrt::hstring

包含联系人备注的字符串。 备注的最大字符串长度为 4096 个字符。

Windows 要求

应用功能
contactsSystem

适用于