IInternalConfigConfigurationFactory 接口

定义

定义内部设计时 API 用于创建 Configuration 对象的接口。

public interface class IInternalConfigConfigurationFactory
public interface IInternalConfigConfigurationFactory
[System.Runtime.InteropServices.ComVisible(false)]
public interface IInternalConfigConfigurationFactory
type IInternalConfigConfigurationFactory = interface
[<System.Runtime.InteropServices.ComVisible(false)>]
type IInternalConfigConfigurationFactory = interface
Public Interface IInternalConfigConfigurationFactory
属性

方法

Create(Type, Object[])

创建并初始化一个 Configuration 对象。

NormalizeLocationSubPath(String, IConfigErrorInfo)

正常化配置文件的路径的位置子路径。

适用于