FolderInformation.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 枚举值。

实现

属性

适用于