次の方法で共有


IInternalConfigRoot.GetConfigRecord(String) メソッド

定義

構成パスによって指定された構成を表す IInternalConfigRecord オブジェクトを返します。

public:
 System::Configuration::Internal::IInternalConfigRecord ^ GetConfigRecord(System::String ^ configPath);
public System.Configuration.Internal.IInternalConfigRecord GetConfigRecord (string configPath);
abstract member GetConfigRecord : string -> System.Configuration.Internal.IInternalConfigRecord
Public Function GetConfigRecord (configPath As String) As IInternalConfigRecord

パラメーター

configPath
String

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

戻り値

configPath によって指定された構成を表す IInternalConfigRecord オブジェクト。

適用対象