StorageFileQueryResult.GetMatchingPropertiesWithRanges(StorageFile) メソッド
定義
重要
一部の情報は、リリース前に大きく変更される可能性があるプレリリースされた製品に関するものです。 Microsoft は、ここに記載されている情報について、明示または黙示を問わず、一切保証しません。
対応するテキスト範囲と一致するファイル プロパティを取得します。
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
プロパティのクエリを実行するファイル。
戻り値
一致するプロパティと対応するテキスト範囲。
注釈
このメソッドを使用して、アプリのクエリ結果にヒット 強調表示を実装します。