PhoneCallHistoryStore.GetEntryAsync(String) 方法

定义

根据条目 ID 从存储中获取条目。

public:
 virtual IAsyncOperation<PhoneCallHistoryEntry ^> ^ GetEntryAsync(Platform::String ^ callHistoryEntryId) = GetEntryAsync;
/// [Windows.Foundation.Metadata.RemoteAsync]
IAsyncOperation<PhoneCallHistoryEntry> GetEntryAsync(winrt::hstring const& callHistoryEntryId);
[Windows.Foundation.Metadata.RemoteAsync]
public IAsyncOperation<PhoneCallHistoryEntry> GetEntryAsync(string callHistoryEntryId);
function getEntryAsync(callHistoryEntryId)
Public Function GetEntryAsync (callHistoryEntryId As String) As IAsyncOperation(Of PhoneCallHistoryEntry)

参数

callHistoryEntryId
String

Platform::String

winrt::hstring

相关条目的 PhoneCallHistoryEntryt.Id

返回

属性

Windows 要求

应用功能
phoneCallHistory phoneCallHistorySystem phoneCallHistoryPublic

适用于