共用方式為


Manager.GetConfigurationFile(String, String, String) 方法

定義

從傳入的 URL 字串取得組態檔的路徑和檔案名稱。

此 API 支援此產品基礎結構,但無法直接用於程式碼之中。

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

參數

pURL
String

組態檔的 URL。

path
String

此方法傳回時,會包含組態檔的路徑。

file
String

此方法傳回時,會包含組態檔的名稱。

傳回

Boolean

若找到組態檔,則為 true;否則為 false

適用於