Partager via


IStorageQueryResultBase.FindStartIndexAsync(Object) Méthode

Définition

Récupère l’index du fichier à partir des résultats de la requête qui correspondent le plus étroitement à la valeur de propriété spécifiée. La propriété qui est mise en correspondance est déterminée par le premier SortEntry de la liste QueryOptions.SortOrder .

public:
 IAsyncOperation<unsigned int> ^ FindStartIndexAsync(Platform::Object ^ value);
/// [Windows.Foundation.Metadata.RemoteAsync]
IAsyncOperation<uint32_t> FindStartIndexAsync(IInspectable const& value);
[Windows.Foundation.Metadata.RemoteAsync]
public IAsyncOperation<uint> FindStartIndexAsync(object value);
function findStartIndexAsync(value)
Public Function FindStartIndexAsync (value As Object) As IAsyncOperation(Of UInteger)

Paramètres

value
Object

Platform::Object

IInspectable

Valeur de propriété à mettre en correspondance lors de la recherche dans les résultats de la requête.

Retours

IAsyncOperation<UInt32>

Windows.Foundation.IAsyncOperation

IAsyncOperation<uint32_t>

Une fois cette méthode terminée, elle retourne l’index de l’élément mis en correspondance dans les résultats de la requête.

Attributs

Remarques

Vous pouvez utiliser cet index conjointement avec zoom sémantique pour déterminer où la page doit être zoomée une fois que l’utilisateur a sélectionné le contrôle Zoom sémantique.

S’applique à