PhoneCallHistoryStore.GetSourcesUnseenCountAsync 메서드

정의

제공된 원본에 대해 보이지 않는 로그 항목의 수를 가져옵니다.

public:
 virtual IAsyncOperation<unsigned int> ^ GetSourcesUnseenCountAsync(IIterable<Platform::String ^> ^ sourceIds) = GetSourcesUnseenCountAsync;
IAsyncOperation<uint32_t> GetSourcesUnseenCountAsync(IIterable<winrt::hstring> const& sourceIds);
public IAsyncOperation<uint> GetSourcesUnseenCountAsync(IEnumerable<string> sourceIds);
function getSourcesUnseenCountAsync(sourceIds)
Public Function GetSourcesUnseenCountAsync (sourceIds As IEnumerable(Of String)) As IAsyncOperation(Of UInteger)

매개 변수

sourceIds

IIterable<String>

IEnumerable<String>

IIterable<Platform::String>

IIterable<winrt::hstring>

해당 항목을 고려하려면 PhoneCallHistoryEntry.SourceId 와 일치해야 하는 식별자입니다.

반환

IAsyncOperation<UInt32>

Windows.Foundation.IAsyncOperation

IAsyncOperation<uint32_t>

sourceIds에서 제공하는 모든 식별자와 일치하는 보이지 않는 항목의 총 수입니다.

Windows 요구 사항

앱 기능
phoneCallHistory phoneCallHistorySystem phoneCallHistoryPublic

적용 대상