PhoneCallHistoryStore.GetEntryAsync(String) 方法

定義

根據專案標識碼,從存放區取得專案。

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

適用於