Partager via


ResourceIndexer.IndexFileContentsAsync(Uri) Méthode

Définition

Indexe un chemin d’accès de fichier de vidage XML ResW, ResJSON, PRI ou PRI pour les conventions d’affectation de noms de fichiers et de dossiers, et applique les qualificateurs aux ressources trouvées dans le contenu du fichier.

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))

Paramètres

file
Uri Uri

Fichier à indexer (uri file://). Le chemin doit être un chemin absolu avec la lettre de lecteur spécifiée. L’URI peut également fournir une autorité vide qui est supposée être le système de fichiers local. Les chemins de fichiers longs ne sont pas pris en charge.

Retours

Liste des objets IndexedResourceCandidate trouvés dans le fichier. Il s’agit d’une liste vide si rien n’est trouvé.

Attributs

S’applique à