Compartilhar via


PhoneCallHistoryStore.GetSourcesUnseenCountAsync Método

Definição

Obtém o número de entradas de log não vistas para as fontes fornecidas.

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)

Parâmetros

sourceIds

IIterable<String>

IEnumerable<String>

IIterable<Platform::String>

IIterable<winrt::hstring>

Os identificadores que precisam corresponder a PhoneCallHistoryEntry.SourceId para que essa entrada seja considerada.

Retornos

IAsyncOperation<UInt32>

Windows.Foundation.IAsyncOperation

IAsyncOperation<uint32_t>

O número total de entradas não vistas que correspondem a todos os identificadores fornecidos por sourceIds.

Requisitos do Windows

Funcionalidades do aplicativo
phoneCallHistory phoneCallHistorySystem phoneCallHistoryPublic

Aplica-se a