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
|