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

実装

属性

適用対象