StorageFileQueryResult.GetMatchingPropertiesWithRanges(StorageFile) Méthode
Définition
Important
Certaines informations portent sur la préversion du produit qui est susceptible d’être en grande partie modifiée avant sa publication. Microsoft exclut toute garantie, expresse ou implicite, concernant les informations fournies ici.
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.