次の方法で共有


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

定義

アプリケーション構成の ConfigurationElement のコンテキスト オブジェクトを作成して返します。

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

パラメーター

configPath
String

アプリケーション構成ファイルのパスを表す文字列。

locationSubPath
String

構成要素のサブパスの位置を表す文字列。

戻り値

アプリケーション構成の ConfigurationElement オブジェクトのコンテキスト オブジェクト。

適用対象