ContactAnnotation.ContactId 속성

정의

ContactAnnotation이 적용되는 연락처의 ID를 가져오거나 설정합니다.

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

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

속성 값

String

Platform::String

winrt::hstring

ContactAnnotation이 적용되는 연락처의 ID입니다.

Windows 요구 사항

앱 기능
contactsSystem

적용 대상