Compartilhar via


StorageFileQueryResult.GetMatchingPropertiesWithRanges(StorageFile) Método

Definição

Obtém propriedades de arquivo correspondentes com intervalos de texto correspondentes.

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))

Parâmetros

file
StorageFile

O arquivo a ser consultado para obter propriedades.

Retornos

As propriedades correspondentes e os intervalos de texto correspondentes.

Comentários

Use esse método para implementar o realce de ocorrências nos resultados da consulta do aplicativo.

Aplica-se a