言語

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

このメソッドから制御が戻るときに、構成ファイルの名前を格納します。

返品

true 構成ファイルが見つかった場合。それ以外の場合は false

適用対象