Поделиться через


StorageFileQueryResult.GetMatchingPropertiesWithRanges(StorageFile) Метод

Определение

Возвращает соответствующие свойства файла с соответствующими текстовыми диапазонами.

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

Параметры

file
StorageFile

Файл для запроса свойств.

Возвращаемое значение

Соответствующие свойства и соответствующие текстовые диапазоны.

Комментарии

Используйте этот метод для реализации выделения попаданий в результатах запроса приложения.

Применяется к