PhoneCallHistoryStore.GetEntryAsync(String) 方法
定义
重要
一些信息与预发行产品相关,相应产品在发行之前可能会进行重大修改。 对于此处提供的信息,Microsoft 不作任何明示或暗示的担保。
根据条目 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
|