Freigeben über


ContentIndexerQuery.GetCountAsync Methode

Definition

Ruft die Anzahl der Elemente in den Suchergebnissen ab.

public:
 virtual IAsyncOperation<unsigned int> ^ GetCountAsync() = GetCountAsync;
/// [Windows.Foundation.Metadata.RemoteAsync]
IAsyncOperation<uint32_t> GetCountAsync();
[Windows.Foundation.Metadata.RemoteAsync]
public IAsyncOperation<uint> GetCountAsync();
function getCountAsync()
Public Function GetCountAsync () As IAsyncOperation(Of UInteger)

Gibt zurück

IAsyncOperation<UInt32>

Windows.Foundation.IAsyncOperation<unsigned int>

IAsyncOperation<uint32_t>

Wenn diese Methode abgeschlossen ist, gibt sie die Anzahl der Elemente in den Suchergebnissen zurück.

Attribute

Gilt für: