다음을 통해 공유


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

적용 대상