PhoneCallHistoryStore.GetEntryAsync(String) Methode
Definition
Wichtig
Einige Informationen beziehen sich auf Vorabversionen, die vor dem Release ggf. grundlegend überarbeitet werden. Microsoft übernimmt hinsichtlich der hier bereitgestellten Informationen keine Gewährleistungen, seien sie ausdrücklich oder konkludent.
Ruft einen Eintrag aus dem Speicher basierend auf der Eintrags-ID ab.
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)
Parameter
- callHistoryEntryId
-
String
Platform::String
winrt::hstring
Die PhoneCallHistoryEntryt.Id des entsprechenden Eintrags.
Gibt zurück
- Attribute
Windows-Anforderungen
App-Funktionen |
phoneCallHistory
phoneCallHistorySystem
phoneCallHistoryPublic
|