Manager.GetConfigurationFile(String, String, 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.
Obtient le chemin et le nom du fichier de configuration à partir de la chaîne d’URL transmise.
Cette API prend en charge l'infrastructure du produit et n'est pas destinée à être utilisée directement à partir de votre code.
public:
static bool GetConfigurationFile(System::String ^ pURL, [Runtime::InteropServices::Out] System::String ^ % path, [Runtime::InteropServices::Out] System::String ^ % file);
public static bool GetConfigurationFile (string pURL, out string path, out string file);
static member GetConfigurationFile : string * string * string -> bool
Public Shared Function GetConfigurationFile (pURL As String, ByRef path As String, ByRef file As String) As Boolean
Paramètres
- pURL
- String
URL du fichier de configuration.
- path
- String
Quand cette méthode retourne, contient le chemin du fichier de configuration.
- file
- String
Quand cette méthode retourne, contient le nom du fichier de configuration.
Retours
true si le fichier de configuration a été trouvé ; sinon, false.