次の方法で共有


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

プロパティのクエリを実行するファイル。

戻り値

一致するプロパティと対応するテキスト範囲。

注釈

このメソッドを使用して、アプリのクエリ結果にヒット 強調表示を実装します。

適用対象