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

적용 대상