Поделиться через


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

Применяется к