Partager via


ResourceIndexer.IndexFilePath(Uri) Méthode

Définition

Indexe un chemin d’accès de fichier pour les conventions d’affectation de noms de fichiers et de dossiers.

public:
 virtual IndexedResourceCandidate ^ IndexFilePath(Uri ^ filePath) = IndexFilePath;
IndexedResourceCandidate IndexFilePath(Uri const& filePath);
/// [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")]
IndexedResourceCandidate IndexFilePath(Uri const& filePath);
public IndexedResourceCandidate IndexFilePath(System.Uri filePath);
[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 IndexedResourceCandidate IndexFilePath(System.Uri filePath);
function indexFilePath(filePath)
Public Function IndexFilePath (filePath As Uri) As IndexedResourceCandidate

Paramètres

filePath
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

Objet IndexedResourceCandidate qui représente la ressource de fichier indexé.

Attributs

S’applique à