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

적용 대상