Manager.GetConfigurationFile(String, String, String) Methode
Definitie
Belangrijk
Bepaalde informatie heeft betrekking op een voorlopige productversie die aanzienlijk kan worden gewijzigd voordat deze wordt uitgebracht. Microsoft biedt geen enkele expliciete of impliciete garanties met betrekking tot de informatie die hier wordt verstrekt.
Hiermee haalt u het pad en de bestandsnaam van het configuratiebestand op uit de doorgegeven URL-tekenreeks.
Deze API ondersteunt de productinfrastructuur en is niet bedoeld om rechtstreeks vanuit de code te gebruiken.
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
Parameters
- pURL
- String
De URL voor het configuratiebestand.
- path
- String
Wanneer deze methode wordt geretourneerd, bevat het pad van het configuratiebestand.
- file
- String
Wanneer deze methode wordt geretourneerd, bevat deze de naam van het configuratiebestand.
Retouren
true als het configuratiebestand is gevonden; anders, false.