Contact.Notes 屬性
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
取得或設定連絡人的附注。 附注的最大字串長度為 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
屬性值
包含連絡人附注的字串。 附注的最大字串長度為 4096 個字元。
Windows 需求
應用程式功能 |
contactsSystem
|