IStorageFolderQueryOperations.GetIndexedStateAsync 方法

定义

检索一个值,该值指示与查询关联的 StorageFolder 位置的索引状态。

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)

返回

此方法成功完成后,将返回 IndexedState 枚举的值。

属性

适用于

另请参阅