Condividi tramite


ResourceIndexer.IndexFileContentsAsync(Uri) Metodo

Definizione

Indicizza un percorso di file di dump RESW, ResJSON, PRI o PRI XML per convenzioni di denominazione di file e cartelle e applica i qualificatori alle risorse presenti all'interno del contenuto del file.

public:
 virtual IAsyncOperation<IVectorView<IndexedResourceCandidate ^> ^> ^ IndexFileContentsAsync(Uri ^ file) = IndexFileContentsAsync;
/// [Windows.Foundation.Metadata.RemoteAsync]
IAsyncOperation<IVectorView<IndexedResourceCandidate>> IndexFileContentsAsync(Uri const& file);
/// [Windows.Foundation.Metadata.RemoteAsync]
/// [Windows.Foundation.Metadata.Deprecated("Use IndexFilePath in mrmsupport.dll instead of IResourceIndexer.  For more info, see MSDN.", Windows.Foundation.Metadata.DeprecationType.Deprecate, 131072, "Windows.ApplicationModel.Resources.Management.ResourceIndexerContract")]
IAsyncOperation<IVectorView<IndexedResourceCandidate>> IndexFileContentsAsync(Uri const& file);
[Windows.Foundation.Metadata.RemoteAsync]
public IAsyncOperation<IReadOnlyList<IndexedResourceCandidate>> IndexFileContentsAsync(System.Uri file);
[Windows.Foundation.Metadata.RemoteAsync]
[Windows.Foundation.Metadata.Deprecated("Use IndexFilePath in mrmsupport.dll instead of IResourceIndexer.  For more info, see MSDN.", Windows.Foundation.Metadata.DeprecationType.Deprecate, 131072, "Windows.ApplicationModel.Resources.Management.ResourceIndexerContract")]
public IAsyncOperation<IReadOnlyList<IndexedResourceCandidate>> IndexFileContentsAsync(System.Uri file);
function indexFileContentsAsync(file)
Public Function IndexFileContentsAsync (file As Uri) As IAsyncOperation(Of IReadOnlyList(Of IndexedResourceCandidate))

Parametri

file
Uri Uri

File da indicizzare (file:// URI). Il percorso deve essere un percorso assoluto con la lettera di unità specificata. L'URI può anche fornire un'autorità vuota che si presuppone che sia il file system locale. I percorsi di file lunghi non sono supportati.

Restituisce

Elenco di oggetti IndexedResourceCandidate trovati all'interno del file. Si tratta di un elenco vuoto se non viene trovato nulla.

Attributi

Si applica a