IInternalConfigRoot.GetConfigRecord(String) Methode

Definitie

Retourneert een IInternalConfigRecord object dat een configuratie vertegenwoordigt die is opgegeven door een configuratiepad.

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

Parameters

configPath
String

Een tekenreeks die het pad naar een configuratiebestand vertegenwoordigt.

Retouren

Een IInternalConfigRecord object dat een configuratie vertegenwoordigt die is opgegeven door configPath.

Van toepassing op