DelegatingConfigHost.CreateDeprecatedConfigContext(String) メソッド

定義

非推奨の構成コンテキストを作成します。

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

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

パラメーター

configPath
String

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

返品

非推奨の構成コンテキストを表す Object

実装

適用対象