Compartilhar via


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

Definição

Marca todas as entradas das fontes especificadas, conforme visto.

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>

A lista de identificadores de origem a serem marcados como vistos. Somente as entradas que correspondem a PhoneCallHistoryEntry.SourceId serão atualizadas.

Retornos

Requisitos do Windows

Funcionalidades do aplicativo
phoneCallHistory phoneCallHistorySystem phoneCallHistoryPublic

Aplica-se a