Manager.GetConfigurationFile(String, String, String) メソッド
定義
重要
一部の情報は、リリース前に大きく変更される可能性があるプレリリースされた製品に関するものです。 Microsoft は、ここに記載されている情報について、明示または黙示を問わず、一切保証しません。
渡された 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。