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 列挙の値が返されます。

属性

適用対象

こちらもご覧ください