Sdílet prostřednictvím


IInternalConfigSettingsFactory.SetConfigurationSystem Metoda

Definice

Poskytuje hierarchická nastavení konfigurace a rozšíření specifická pro ASP.NET do konfiguračního systému.

Toto rozhraní API podporuje produktovou infrastrukturu a není určené k použití přímo z uživatelského kódu.

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

Objekt IInternalConfigSystem používaný ConfigurationSettings třídou.

initComplete
Boolean

truepokud je proces inicializace konfiguračního systému dokončen; v opačném případě . false

Platí pro