Udostępnij za pośrednictwem


IInternalConfigSettingsFactory.SetConfigurationSystem Metoda

Definicja

Udostępnia hierarchiczne ustawienia konfiguracji i rozszerzenia specyficzne dla ASP.NET systemu konfiguracji.

Ten interfejs API obsługuje infrastrukturę produktu i nie jest przeznaczony do użycia bezpośrednio z poziomu kodu.

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)

Parametry

internalConfigSystem
IInternalConfigSystem

IInternalConfigSystem Obiekt używany przez klasęConfigurationSettings.

initComplete
Boolean

true jeśli proces inicjowania systemu konfiguracji zostanie ukończony; w przeciwnym razie , false.

Dotyczy