Compartir a través de


PhoneCallHistoryStore.MarkSourcesAsSeenAsync(IIterable<String>) Método

Definición

Marca todas las entradas de los orígenes especificados como se ve.

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

Parámetros

sourceIds

IIterable<String>

IEnumerable<String>

IIterable<Platform::String>

IIterable<winrt::hstring>

Lista de identificadores de origen que se van a marcar como se ve. Solo se actualizarán las entradas que coincidan con PhoneCallHistoryEntry.SourceId .

Devoluciones

Requisitos de Windows

Características de aplicaciones
phoneCallHistory phoneCallHistorySystem phoneCallHistoryPublic

Se aplica a