StorageFileQueryResult.GetMatchingPropertiesWithRanges(StorageFile) Metodo
Definizione
Importante
Alcune informazioni sono relative alla release non definitiva del prodotto, che potrebbe subire modifiche significative prima della release definitiva. Microsoft non riconosce alcuna garanzia, espressa o implicita, in merito alle informazioni qui fornite.
Ottiene le proprietà dei file corrispondenti con gli intervalli di testo corrispondenti.
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))
Parametri
- file
- StorageFile
File su cui eseguire una query per le proprietà.
Restituisce
Proprietà corrispondenti e intervalli di testo corrispondenti.
Commenti
Usa questo metodo per implementare l'evidenziazione dei risultati delle query dell'app.