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 列舉的值。

屬性

適用於

另請參閱