Compartilhar via


PhoneCallHistoryStore.GetEntryAsync(String) Método

Definição

Obtém uma entrada do repositório com base na ID de entrada.

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)

Parâmetros

callHistoryEntryId
String

Platform::String

winrt::hstring

O PhoneCallHistoryEntryt.Id da entrada relevante.

Retornos

Atributos

Requisitos do Windows

Funcionalidades do aplicativo
phoneCallHistory phoneCallHistorySystem phoneCallHistoryPublic

Aplica-se a