Aracılığıyla paylaş


IInternalConfigSettingsFactory.SetConfigurationSystem Yöntem

Tanım

Yapılandırma sistemine ASP.NET özgü hiyerarşik yapılandırma ayarları ve uzantıları sağlar.

Bu API, ürün altyapısını destekler ve doğrudan kodunuzdan kullanıma yönelik değildir.

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)

Parametreler

internalConfigSystem
IInternalConfigSystem

IInternalConfigSystem sınıfı tarafından ConfigurationSettings kullanılan bir nesne.

initComplete
Boolean

true yapılandırma sisteminin başlatma işlemi tamamlandıysa; aksi takdirde , false.

Şunlara uygulanır