PhoneCallHistoryStore.GetSourcesUnseenCountAsync Methode

Definition

Ruft die Anzahl der nicht angezeigten Protokolleinträge für die bereitgestellten Quellen ab.

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)

Parameter

sourceIds

IIterable<String>

IEnumerable<String>

IIterable<Platform::String>

IIterable<winrt::hstring>

Die Bezeichner, die mit PhoneCallHistoryEntry.SourceId übereinstimmen müssen, damit dieser Eintrag berücksichtigt wird.

Gibt zurück

IAsyncOperation<UInt32>

Windows.Foundation.IAsyncOperation

IAsyncOperation<uint32_t>

Die Gesamtzahl der nicht angezeigten Einträge, die allen von sourceIds bereitgestellten Bezeichnern entsprechen.

Windows-Anforderungen

App-Funktionen
phoneCallHistory phoneCallHistorySystem phoneCallHistoryPublic

Gilt für: