PhoneCallHistoryEntry.RemoteId 属性

定义

获取或设置条目的远程 ID。

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

void RemoteId(winrt::hstring value);
public string RemoteId { get; set; }
var string = phoneCallHistoryEntry.remoteId;
phoneCallHistoryEntry.remoteId = string;
Public Property RemoteId As String

属性值

String

Platform::String

winrt::hstring

PhoneCallHistoryEntry 的远程 ID。

Windows 要求

应用功能
phoneCallHistory phoneCallHistorySystem

适用于