PhoneCallHistoryStore.MarkEntriesAsSeenAsync メソッド
定義
重要
一部の情報は、リリース前に大きく変更される可能性があるプレリリースされた製品に関するものです。 Microsoft は、ここに記載されている情報について、明示または黙示を問わず、一切保証しません。
ユーザーに表示されたことを示すエントリを更新します。
public:
virtual IAsyncAction ^ MarkEntriesAsSeenAsync(IIterable<PhoneCallHistoryEntry ^> ^ callHistoryEntries) = MarkEntriesAsSeenAsync;
IAsyncAction MarkEntriesAsSeenAsync(IIterable<PhoneCallHistoryEntry> const& callHistoryEntries);
public IAsyncAction MarkEntriesAsSeenAsync(IEnumerable<PhoneCallHistoryEntry> callHistoryEntries);
function markEntriesAsSeenAsync(callHistoryEntries)
Public Function MarkEntriesAsSeenAsync (callHistoryEntries As IEnumerable(Of PhoneCallHistoryEntry)) As IAsyncAction
パラメーター
- callHistoryEntries
表示済みとしてマークするエントリ。 これにより 、PhoneCallHistoryEntry.IsSeen プロパティが 更新されます。
戻り値
Windows の要件
アプリの機能 |
phoneCallHistory
phoneCallHistorySystem
phoneCallHistoryPublic
|