次の方法で共有


PhoneCallHistoryStore.GetEntryAsync(String) メソッド

定義

エントリ ID に基づいてストアからエントリを取得します。

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

適用対象