Partager via


PhoneCallHistoryStore.GetEntryAsync(String) Méthode

Définition

Obtient une entrée du magasin en fonction de l’ID d’entrée.

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)

Paramètres

callHistoryEntryId
String

Platform::String

winrt::hstring

PhoneCallHistoryEntryt.Id de l’entrée appropriée.

Retours

Attributs

Configuration requise pour Windows

Fonctionnalités de l’application
phoneCallHistory phoneCallHistorySystem phoneCallHistoryPublic

S’applique à