Compartir a través de


StorageFileQueryResult.GetMatchingPropertiesWithRanges(StorageFile) Método

Definición

Obtiene las propiedades de archivo coincidentes con los intervalos de texto correspondientes.

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

Archivo que se va a consultar para ver las propiedades.

Devoluciones

Propiedades coincidentes y intervalos de texto correspondientes.

Comentarios

Usa este método para implementar el resaltado de aciertos en los resultados de la consulta de la aplicación.

Se aplica a