言語

PhoneCallHistoryStore.MarkEntryAsSeenAsync(PhoneCallHistoryEntry) メソッド

定義

表示されたことを示すエントリを更新します。

public:
 virtual IAsyncAction ^ MarkEntryAsSeenAsync(PhoneCallHistoryEntry ^ callHistoryEntry) = MarkEntryAsSeenAsync;
IAsyncAction MarkEntryAsSeenAsync(PhoneCallHistoryEntry const& callHistoryEntry);
public IAsyncAction MarkEntryAsSeenAsync(PhoneCallHistoryEntry callHistoryEntry);
function markEntryAsSeenAsync(callHistoryEntry)
Public Function MarkEntryAsSeenAsync (callHistoryEntry As PhoneCallHistoryEntry) As IAsyncAction

パラメーター

callHistoryEntry
PhoneCallHistoryEntry

更新するエントリ。

返品

Windows の要件

要件 説明
アプリの機能
phoneCallHistory phoneCallHistorySystem phoneCallHistoryPublic

適用対象