共用方式為


PhoneCallHistoryStore.MarkSourcesAsSeenAsync(IIterable<String>) 方法

定義

將指定來源的所有項目標示為已見。

public:
 virtual IAsyncAction ^ MarkSourcesAsSeenAsync(IIterable<Platform::String ^> ^ sourceIds) = MarkSourcesAsSeenAsync;
IAsyncAction MarkSourcesAsSeenAsync(IIterable<winrt::hstring> const& sourceIds);
public IAsyncAction MarkSourcesAsSeenAsync(IEnumerable<string> sourceIds);
function markSourcesAsSeenAsync(sourceIds)
Public Function MarkSourcesAsSeenAsync (sourceIds As IEnumerable(Of String)) As IAsyncAction

參數

sourceIds

IIterable<String>

IEnumerable<String>

IIterable<Platform::String>

IIterable<winrt::hstring>

要標示為所見的來源標識符清單。 只會更新符合 PhoneCallHistoryEntry.SourceId 的專案。

傳回

Windows 需求

應用程式功能
phoneCallHistory phoneCallHistorySystem phoneCallHistoryPublic

適用於