Freigeben über


IInternalConfigSettingsFactory.SetConfigurationSystem Methode

Definition

Stellt dem Konfigurationssystem hierarchische Konfigurationseinstellungen und Erweiterungen bereit, die spezifisch für ASP.NET sind.

Diese API unterstützt die Produktinfrastruktur und ist nicht für die direkte Verwendung aus Ihrem Code gedacht.

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)

Parameter

internalConfigSystem
IInternalConfigSystem

Ein von der IInternalConfigSystem-Klasse verwendetes ConfigurationSettings-Objekt.

initComplete
Boolean

true, wenn der Initialisierungsprozess des Konfigurationssystems abgeschlossen wurde, andernfalls false.

Gilt für: