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

适用于