Compartir a través de


PhoneCallHistoryStore.GetSourcesUnseenCountAsync Método

Definición

Obtiene el número de entradas de registro no vistos para los orígenes proporcionados.

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>

Identificadores que deben coincidir con PhoneCallHistoryEntry.SourceId para que se considere esa entrada.

Devoluciones

IAsyncOperation<UInt32>

Windows.Foundation.IAsyncOperation

IAsyncOperation<uint32_t>

Número total de entradas no vistos que coinciden con todos los identificadores proporcionados por sourceIds.

Requisitos de Windows

Características de aplicaciones
phoneCallHistory phoneCallHistorySystem phoneCallHistoryPublic

Se aplica a