IConfigSystem.Host 属性

定义

获取配置主机。Gets the configuration host.

此 API 支持产品基础结构,不能在代码中直接使用。

public:
 property System::Configuration::Internal::IInternalConfigHost ^ Host { System::Configuration::Internal::IInternalConfigHost ^ get(); };
public System.Configuration.Internal.IInternalConfigHost Host { get; }
member this.Host : System.Configuration.Internal.IInternalConfigHost
Public ReadOnly Property Host As IInternalConfigHost

属性值

IInternalConfigHost

IInternalConfigHost.Net 用来初始化应用程序配置属性的对象。An IInternalConfigHost object that is used by .NET to initialize application configuration properties.

适用于