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

要查询属性的文件。

返回

匹配的属性和相应的文本范围。

注解

使用此方法在应用的查询结果中实现命中突出显示。

适用于