다음을 통해 공유


ContactAnnotation.ContactListId 속성

정의

ContactAnnotation이 적용되는 ContactList를 가져오거나 설정합니다.

public:
 property Platform::String ^ ContactListId { Platform::String ^ get(); void set(Platform::String ^ value); };
winrt::hstring ContactListId();

void ContactListId(winrt::hstring value);
public string ContactListId { get; set; }
var string = contactAnnotation.contactListId;
contactAnnotation.contactListId = string;
Public Property ContactListId As String

속성 값

String

Platform::String

winrt::hstring

ContactAnnotation이 적용되는 ContactList의 ID입니다.

Windows 요구 사항

디바이스 패밀리
Windows 10 Creators Update (10.0.15063.0에서 도입되었습니다.)
API contract
Windows.Foundation.UniversalApiContract (v4.0에서 도입되었습니다.)
앱 기능
contactsSystem

적용 대상

추가 정보