IStorageFolderQueryOperations.GetIndexedStateAsync Metodo

Definizione

Recupera un valore che indica lo stato indicizzato della posizione di StorageFolder associata alla query.

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)

Restituisce

Al termine di questo metodo, restituisce un valore dell'enumerazione IndexedState .

Attributi

Si applica a

Vedi anche