Partager via


StorageFileQueryResult.GetMatchingPropertiesWithRanges(StorageFile) Méthode

Définition

Obtient les propriétés de fichier correspondantes avec les plages de texte correspondantes.

public:
 virtual IMap<Platform::String ^, IVectorView<TextSegment> ^> ^ GetMatchingPropertiesWithRanges(StorageFile ^ file) = GetMatchingPropertiesWithRanges;
IMap<winrt::hstring, IVectorView<TextSegment> const&> GetMatchingPropertiesWithRanges(StorageFile const& file);
public IDictionary<string,IReadOnlyList<TextSegment>> GetMatchingPropertiesWithRanges(StorageFile file);
function getMatchingPropertiesWithRanges(file)
Public Function GetMatchingPropertiesWithRanges (file As StorageFile) As IDictionary(Of String, IReadOnlyList(Of TextSegment))

Paramètres

file
StorageFile

Fichier à interroger pour les propriétés.

Retours

Propriétés mises en correspondance et plages de texte correspondantes.

Remarques

Utilisez cette méthode pour implémenter la mise en surbrillance des accès dans les résultats de la requête de votre application.

S’applique à