IStorageFolderQueryOperations.GetIndexedStateAsync Method

Definition

Retrieves a value that indicates the indexed state of the StorageFolder location associated with the 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)

Returns

When this method completes successfully, it returns a value of the IndexedState enumeration.

Attributes

Applies to

See also