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

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

返品

IInternalConfigRecordで指定された構成を表すconfigPath オブジェクト。

適用対象