다음을 통해 공유


DelegatingConfigHost.Host 속성

정의

IInternalConfigHost 개체를 가져오거나 설정합니다.

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

protected:
 property System::Configuration::Internal::IInternalConfigHost ^ Host { System::Configuration::Internal::IInternalConfigHost ^ get(); void set(System::Configuration::Internal::IInternalConfigHost ^ value); };
protected System.Configuration.Internal.IInternalConfigHost Host { get; set; }
member this.Host : System.Configuration.Internal.IInternalConfigHost with get, set
Protected Property Host As IInternalConfigHost

속성 값

IInternalConfigHost 개체입니다.

적용 대상