StorageFileQueryResult.GetMatchingPropertiesWithRanges(StorageFile) Metodo

Definizione

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.

Si applica a