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

适用于