Share via


IStorageFolderQueryOperations.GetIndexedStateAsync Methode

Definition

Ruft einen Wert ab, der den indizierten Zustand des StorageFolder-Speicherorts angibt, der der Abfrage zugeordnet ist.

public:
 IAsyncOperation<IndexedState> ^ GetIndexedStateAsync();
/// [Windows.Foundation.Metadata.RemoteAsync]
IAsyncOperation<IndexedState> GetIndexedStateAsync();
[Windows.Foundation.Metadata.RemoteAsync]
public IAsyncOperation<IndexedState> GetIndexedStateAsync();
function getIndexedStateAsync()
Public Function GetIndexedStateAsync () As IAsyncOperation(Of IndexedState)

Gibt zurück

Wenn diese Methode erfolgreich abgeschlossen wurde, wird ein Wert der IndexedState-Enumeration zurückgegeben.

Attribute

Gilt für:

Weitere Informationen