共用方式為


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

適用於