IXamlUIPresenterHost.ResolveFileResource(String) 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.
Résout une ressource spécifiée par un chemin d’accès et retourne un nom de fichier de chaîne.
public:
Platform::String ^ ResolveFileResource(Platform::String ^ path);
winrt::hstring ResolveFileResource(winrt::hstring const& path);
public string ResolveFileResource(string path);
function resolveFileResource(path)
Public Function ResolveFileResource (path As String) As String
Paramètres
- path
-
String
Platform::String
winrt::hstring
Chemin d’accès local à résoudre.
Retours
Nom de fichier résolu.