IStorageFolderQueryOperations.GetIndexedStateAsync Méthode

Définition

Récupère une valeur qui indique l’état indexé de l’emplacement StorageFolder associé à la requête.

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)

Retours

Une fois cette méthode terminée, elle retourne une valeur de l’énumération IndexedState .

Attributs

S’applique à

Voir aussi