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

適用対象