次の方法で共有


DelegatingConfigHost.CreateConfigurationContext(String, String) メソッド

定義

新しい構成コンテキストを作成します。

この API は製品インフラストラクチャをサポートします。コードから直接使用するものではありません。

public:
 virtual System::Object ^ CreateConfigurationContext(System::String ^ configPath, System::String ^ locationSubPath);
public virtual object CreateConfigurationContext (string configPath, string locationSubPath);
abstract member CreateConfigurationContext : string * string -> obj
override this.CreateConfigurationContext : string * string -> obj
Public Overridable Function CreateConfigurationContext (configPath As String, locationSubPath As String) As Object

パラメーター

configPath
String

構成ファイルへのパスを表す文字列。

locationSubPath
String

位置サブパスを表す文字列。

戻り値

新しい構成コンテキストを表す Object

実装

適用対象