Freigeben über


PhoneCallHistoryStore.MarkSourcesAsSeenAsync(IIterable<String>) Methode

Definition

Markiert alle Einträge aus den angegebenen Quellen als sichtbar.

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

Parameter

sourceIds

IIterable<String>

IEnumerable<String>

IIterable<Platform::String>

IIterable<winrt::hstring>

Die Liste der Quellbezeichner, die als sichtbar markiert werden sollen. Es werden nur Einträge aktualisiert, die mit PhoneCallHistoryEntry.SourceId übereinstimmen.

Gibt zurück

Windows-Anforderungen

App-Funktionen
phoneCallHistory phoneCallHistorySystem phoneCallHistoryPublic

Gilt für: