Condividi tramite


PhoneCallHistoryStore.MarkSourcesAsSeenAsync(IIterable<String>) Metodo

Definizione

Contrassegna tutte le voci delle origini specificate come visualizzato.

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

Parametri

sourceIds

IIterable<String>

IEnumerable<String>

IIterable<Platform::String>

IIterable<winrt::hstring>

Elenco di identificatori di origine da contrassegnare come visualizzato. Verranno aggiornate solo le voci corrispondenti a PhoneCallHistoryEntry.SourceId .

Restituisce

Requisiti Windows

Funzionalità dell'app
phoneCallHistory phoneCallHistorySystem phoneCallHistoryPublic

Si applica a