Condividi tramite


PhoneCallHistoryStore.GetEntryAsync(String) Metodo

Definizione

Ottiene una voce dall'archivio in base all'ID voce.

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)

Parametri

callHistoryEntryId
String

Platform::String

winrt::hstring

PhoneCallHistoryEntryt.Id della voce pertinente.

Restituisce

Attributi

Requisiti Windows

Funzionalità dell'app
phoneCallHistory phoneCallHistorySystem phoneCallHistoryPublic

Si applica a