次の方法で共有


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

適用対象