PhoneCallHistoryEntryAddress.ContactId 属性

定义

获取或设置此联系人的唯一标识符。

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 = phoneCallHistoryEntryAddress.contactId;
phoneCallHistoryEntryAddress.contactId = string;
Public Property ContactId As String

属性值

String

Platform::String

winrt::hstring

此通讯簿条目的唯一标识符。

Windows 要求

应用功能
phoneCallHistory phoneCallHistorySystem

适用于