IInternalConfigSettingsFactory.SetConfigurationSystem Methode

Definition

Stellt hierarchische Konfigurationseinstellungen und Erweiterungen bereit, die für ASP.NET für das Konfigurationssystem spezifisch 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 IInternalConfigSystem Objekt, das von der ConfigurationSettings Klasse verwendet wird.

initComplete
Boolean

truewenn der Initialisierungsprozess des Konfigurationssystems abgeschlossen ist; andernfalls . false

Gilt für: