ResourceIndexer.IndexFilePath(Uri) Méthode
Définition
Important
Certaines informations portent sur la préversion du produit qui est susceptible d’être en grande partie modifiée avant sa publication. Microsoft exclut toute garantie, expresse ou implicite, concernant les informations fournies ici.
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
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