Share via


StorageFolder.GetIndexedStateAsync 方法

定義

取得目前資料夾的索引狀態。

public:
 virtual IAsyncOperation<IndexedState> ^ GetIndexedStateAsync() = 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 列舉值,描述資料夾的狀態。

實作

屬性

適用於