IInternalConfigSettingsFactory.SetConfigurationSystem Methode
Definitie
Belangrijk
Bepaalde informatie heeft betrekking op een voorlopige productversie die aanzienlijk kan worden gewijzigd voordat deze wordt uitgebracht. Microsoft biedt geen enkele expliciete of impliciete garanties met betrekking tot de informatie die hier wordt verstrekt.
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.