IInternalConfigSettingsFactory.SetConfigurationSystem Methode

Definitie

Biedt hiërarchische configuratie-instellingen en extensies die specifiek zijn voor ASP.NET voor het configuratiesysteem.

Deze API ondersteunt de productinfrastructuur en is niet bedoeld om rechtstreeks vanuit de code te gebruiken.

public:
 void SetConfigurationSystem(System::Configuration::Internal::IInternalConfigSystem ^ internalConfigSystem, bool initComplete);
public void SetConfigurationSystem(System.Configuration.Internal.IInternalConfigSystem internalConfigSystem, bool initComplete);
abstract member SetConfigurationSystem : System.Configuration.Internal.IInternalConfigSystem * bool -> unit
Public Sub SetConfigurationSystem (internalConfigSystem As IInternalConfigSystem, initComplete As Boolean)

Parameters

internalConfigSystem
IInternalConfigSystem

Een IInternalConfigSystem object dat door de ConfigurationSettings klasse wordt gebruikt.

initComplete
Boolean

true als het initialisatieproces van het configuratiesysteem is voltooid; anders, false.

Van toepassing op