다음을 통해 공유


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

적용 대상