IInternalConfigSettingsFactory.SetConfigurationSystem 메서드

정의

ASP.NET에 관련된 계층적 구성 설정 및 확장을 구성 시스템에 제공합니다.

이 API는 제품 인프라를 지원하며 코드에서 직접 사용되지 않습니다.

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)

매개 변수

internalConfigSystem
IInternalConfigSystem

IInternalConfigSystem 클래스에서 사용하는 ConfigurationSettings 개체입니다.

initComplete
Boolean

구성 시스템의 초기화 프로세스가 완료되면 true이고, 그렇지 않으면 false입니다.

적용 대상